#49AF60

Color #49AF60 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #49AF60

Tints of Chateau Green #49AF60

Color information

#49AF60 (or 0x49AF60) is unknown color: approx Chateau Green. HEX triplet: 49, AF and 60. RGB value is (73,175,96). Sum of RGB (Red+Green+Blue) = 73+175+96=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF60 is #B6509F. Grayscale: #878787. Windows color (decimal): -11948192 or 6336329. OLE color: 6336329.

HSL color Cylindrical-coordinate representation of color #49AF60: hue angle of 133.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF60 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB7317596-
CMYK0.5800.450.31
HSL133.53º41.13%48.63%-
HSV(B)133.53º58.29%68.63%-
XYZ20.1932.9216.36-
YUV135.5105.7183.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=21.22%
G=50.87%
B=27.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73175960.5800.450.31133.5341.1348.63
Hex49AF603A02D1F862931
Octal11125714072055372065161
Binary100100110101111110000011101001011011111110000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AF60; }

 p { color: rgb(73,175,96); }

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

<style>
 a { background-color: #49AF60; }

 a { background-color: rgb(73,175,96); }

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

<style>
 span { border-color: #49AF60; }

 span { border-color: rgb(73,175,96); }

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