Html Css Color HEX #499C60 Chateau Green

📋 copy color: '#499C60'

red 73 ◦ green 156 ◦ blue 96

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

Shades of Chateau Green #499C60

Tints of Chateau Green #499C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

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

R = 22.46%
G = 48%
B = 29.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#499C60 (or 0x499C60) is known color: Chateau Green. HEX triplet: 49, 9C and 60. RGB value is (73,156,96). Sum of RGB (Red+Green+Blue) = 73+156+96=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #499C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C60 is #B6639F. Grayscale: #7C7C7C. Windows color (decimal): -11953056 or 6331465. OLE color: 6331465.

HSL color Cylindrical-coordinate representation of color #499C60: hue angle of 136.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C60 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 156 96 -
CMYK 0.53 0 0.38 0.39
HSL 136.63º 0.36% 0.45% -
HSV(B) 136.63º 0.53% 0.61% -
XYZ 16.75 26.04 15.21 -
YUV 124.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 73 156 96 0.53 0 0.38 0.39 136.63 0.36 0.45
Hex 49 9C 60 35 0 26 27 89 24 2D
Octal 111 234 140 65 0 46 47 211 44 55
Binary 1001001 10011100 1100000 110101 0 100110 100111 10001001 100100 101101

Color Harmonies of #499C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499C60

Black with #499C60

Text Example


Text Example

White with #499C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499C60; }

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

 H1.HeaderClassName
 {
   color: #499C60;
 }
 .AnyTagClassName
 {
   color: #499C60;
 }
</style>

background-color css

<style>
 a { background-color: #499C60; }

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

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

border-color css

<style>
 span { border-color: #499C60; }

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

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