Html Css Color HEX #499162 Chateau Green

📋 copy color: '#499162'

red 73 ◦ green 145 ◦ blue 98

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

Shades of Chateau Green #499162

Tints of Chateau Green #499162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 23.1%
G = 45.89%
B = 31.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#499162 (or 0x499162) is known color: Chateau Green. HEX triplet: 49, 91 and 62. RGB value is (73,145,98). Sum of RGB (Red+Green+Blue) = 73+145+98=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #499162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499162 is #B66E9D. Grayscale: #767676. Windows color (decimal): -11955870 or 6459721. OLE color: 6459721.

HSL color Cylindrical-coordinate representation of color #499162: hue angle of 140.83º 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 #499162 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 98 -
CMYK 0.50 0 0.32 0.43
HSL 140.83º 0.33% 0.43% -
HSV(B) 140.83º 0.5% 0.57% -
XYZ 15.08 22.55 15.11 -
YUV 118.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 73 145 98 0.50 0 0.32 0.43 140.83 0.33 0.43
Hex 49 91 62 32 0 20 2B 8D 21 2B
Octal 111 221 142 62 0 40 53 215 41 53
Binary 1001001 10010001 1100010 110010 0 100000 101011 10001101 100001 101011

Color Harmonies of #499162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499162

Black with #499162

Text Example


Text Example

White with #499162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499162; }

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

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

background-color css

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

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

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

border-color css

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

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

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