Html Css Color HEX #499860 Chateau Green

📋 copy color: '#499860'

red 73 ◦ green 152 ◦ blue 96

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

Shades of Chateau Green #499860

Tints of Chateau Green #499860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.35%

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

R = 22.74%
G = 47.35%
B = 29.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#499860 (or 0x499860) is known color: Chateau Green. HEX triplet: 49, 98 and 60. RGB value is (73,152,96). Sum of RGB (Red+Green+Blue) = 73+152+96=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #499860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499860 is #B6679F. Grayscale: #7A7A7A. Windows color (decimal): -11954080 or 6330441. OLE color: 6330441.

HSL color Cylindrical-coordinate representation of color #499860: hue angle of 137.47º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499860 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 96 -
CMYK 0.52 0 0.37 0.40
HSL 137.47º 0.35% 0.44% -
HSV(B) 137.47º 0.52% 0.6% -
XYZ 16.09 24.72 14.99 -
YUV 122 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 73 152 96 0.52 0 0.37 0.40 137.47 0.35 0.44
Hex 49 98 60 34 0 25 28 89 23 2C
Octal 111 230 140 64 0 45 50 211 43 54
Binary 1001001 10011000 1100000 110100 0 100101 101000 10001001 100011 101100

Color Harmonies of #499860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499860

Black with #499860

Text Example


Text Example

White with #499860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499860; }

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

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

background-color css

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

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

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

border-color css

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

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

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