Html Css Color HEX #499155 Chateau Green

📋 copy color: '#499155'

red 73 ◦ green 145 ◦ blue 85

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

Shades of Chateau Green #499155

Tints of Chateau Green #499155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

 BLUE value IS 85 (33.59% from 255) = 28.05%

R = 24.09%
G = 47.85%
B = 28.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#499155 (or 0x499155) is known color: Chateau Green. HEX triplet: 49, 91 and 55. RGB value is (73,145,85). Sum of RGB (Red+Green+Blue) = 73+145+85=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #499155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499155 is #B66EAA. Grayscale: #747474. Windows color (decimal): -11955883 or 5607753. OLE color: 5607753.

HSL color Cylindrical-coordinate representation of color #499155: hue angle of 130º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499155 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 85 -
CMYK 0.50 0 0.41 0.43
HSL 130º 0.33% 0.43% -
HSV(B) 130º 0.5% 0.57% -
XYZ 14.51 22.32 12.14 -
YUV 116.63 110.15 96.88 -
System Red Green Blue C M Y K H S L
Decimal 73 145 85 0.50 0 0.41 0.43 130 0.33 0.43
Hex 49 91 55 32 0 29 2B 82 21 2B
Octal 111 221 125 62 0 51 53 202 41 53
Binary 1001001 10010001 1010101 110010 0 101001 101011 10000010 100001 101011

Color Harmonies of #499155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499155

Black with #499155

Text Example


Text Example

White with #499155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499155; }

 p { color: rgb(73,145,85); }

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

background-color css

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

 a { background-color: rgb(73,145,85); }

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

border-color css

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

 span { border-color: rgb(73,145,85); }

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