#74A447

Color #74A447 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #74A447

Tints of Asparagus #74A447

Color information

#74A447 (or 0x74A447) is unknown color: approx Asparagus. HEX triplet: 74, A4 and 47. RGB value is (116,164,71). Sum of RGB (Red+Green+Blue) = 116+164+71=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #74A447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A447 is #8B5BB8. Grayscale: #8B8B8B. Windows color (decimal): -9132985 or 4695156. OLE color: 4695156.

HSL color Cylindrical-coordinate representation of color #74A447: hue angle of 90.97º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74A447 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB11616471-
CMYK0.2900.570.36
HSL90.97º39.57%46.08%-
HSV(B)90.97º56.71%64.31%-
XYZ21.6230.7210.75-
YUV139.0589.6111.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 164 (64.45% from 255) = 46.72%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=33.05%
G=46.72%
B=20.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116164710.2900.570.3690.9739.5746.08
Hex74A4471D039245b282e
Octal16424410735071441335056
Binary11101001010010010001111110101110011001001011011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A447; }

 p { color: rgb(116,164,71); }

 H1.HeaderClassName
 {
   color: #74A447;
 }
 .AnyTagClassName
 {
   color: #74A447;
 }
</style>
background-color css

<style>
 a { background-color: #74A447; }

 a { background-color: rgb(116,164,71); }

 div.DivClassName
 {
   background-color: #74A447;
 }
 .BgClassName
 {
   background-color: #74A447;
 }
</style>
border-color css

<style>
 span { border-color: #74A447; }

 span { border-color: rgb(116,164,71); }

 td.TdClassName
 {
   border-color: #74A447;
 }
 .TagClassName
 {
   border-color: #74A447;
 }
</style>