Html Css Color HEX #499161 Chateau Green

📋 copy color: '#499161'

red 73 ◦ green 145 ◦ blue 97

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

Shades of Chateau Green #499161

Tints of Chateau Green #499161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 23.17%
G = 46.03%
B = 30.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#499161 (or 0x499161) is known color: Chateau Green. HEX triplet: 49, 91 and 61. RGB value is (73,145,97). Sum of RGB (Red+Green+Blue) = 73+145+97=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #499161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499161 is #B66E9E. Grayscale: #767676. Windows color (decimal): -11955871 or 6394185. OLE color: 6394185.

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

Color convert

RGB 73 145 97 -
CMYK 0.50 0 0.33 0.43
HSL 140º 0.33% 0.43% -
HSV(B) 140º 0.5% 0.57% -
XYZ 15.03 22.53 14.87 -
YUV 118 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 73 145 97 0.50 0 0.33 0.43 140 0.33 0.43
Hex 49 91 61 32 0 21 2B 8C 21 2B
Octal 111 221 141 62 0 41 53 214 41 53
Binary 1001001 10010001 1100001 110010 0 100001 101011 10001100 100001 101011

Color Harmonies of #499161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499161

Black with #499161

Text Example


Text Example

White with #499161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499161; }

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

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

background-color css

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

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

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

border-color css

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

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

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