Html Css Color HEX #49AA60 Chateau Green

📋 copy color: '#49AA60'

red 73 ◦ green 170 ◦ blue 96

#49AA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #49AA60

Tints of Chateau Green #49AA60

RGB

 RED value IS 73 (28.91% from 255) = 21.53%

 GREEN value IS 170 (66.8% from 255) = 50.15%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 21.53%
G = 50.15%
B = 28.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#49AA60 (or 0x49AA60) is known color: Chateau Green. HEX triplet: 49, AA and 60. RGB value is (73,170,96). Sum of RGB (Red+Green+Blue) = 73+170+96=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA60 is #B6559F. Grayscale: #848484. Windows color (decimal): -11949472 or 6335049. OLE color: 6335049.

HSL color Cylindrical-coordinate representation of color #49AA60: hue angle of 134.23º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA60 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 170 96 -
CMYK 0.57 0 0.44 0.33
HSL 134.23º 0.4% 0.48% -
HSV(B) 134.23º 0.57% 0.67% -
XYZ 19.23 31.01 16.04 -
YUV 132.56 107.36 85.52 -
System Red Green Blue C M Y K H S L
Decimal 73 170 96 0.57 0 0.44 0.33 134.23 0.4 0.48
Hex 49 AA 60 39 0 2C 21 86 28 30
Octal 111 252 140 71 0 54 41 206 50 60
Binary 1001001 10101010 1100000 111001 0 101100 100001 10000110 101000 110000

Color Harmonies of #49AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA60

Black with #49AA60

Text Example


Text Example

White with #49AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49AA60;
 }
 .AnyTagClassName
 {
   color: #49AA60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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