#499364

Color #499364 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #499364

Tints of Chateau Green #499364

Color information

#499364 (or 0x499364) is unknown color: approx Chateau Green. HEX triplet: 49, 93 and 64. RGB value is (73,147,100). Sum of RGB (Red+Green+Blue) = 73+147+100=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #499364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499364 is #B66C9B. Grayscale: #777777. Windows color (decimal): -11955356 or 6591305. OLE color: 6591305.

HSL color Cylindrical-coordinate representation of color #499364: hue angle of 141.89º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499364 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB73147100-
CMYK0.5000.320.42
HSL141.89º33.64%43.14%-
HSV(B)141.89º50.34%57.65%-
XYZ15.4823.215.72-
YUV119.52116.9894.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=22.81%
G=45.94%
B=31.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731471000.5000.320.42141.8933.6443.14
Hex499364320202A8e222b
Octal11122314462040522164253
Binary1001001100100111100100110010010000010101010001110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499364; }

 p { color: rgb(73,147,100); }

 H1.HeaderClassName
 {
   color: #499364;
 }
 .AnyTagClassName
 {
   color: #499364;
 }
</style>
background-color css

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

 a { background-color: rgb(73,147,100); }

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

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

 span { border-color: rgb(73,147,100); }

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