#499362

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

Shades of Chateau Green #499362

Tints of Chateau Green #499362

Color information

#499362 (or 0x499362) is unknown color: approx Chateau Green. HEX triplet: 49, 93 and 62. RGB value is (73,147,98). Sum of RGB (Red+Green+Blue) = 73+147+98=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #499362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499362 is #B66C9D. Grayscale: #777777. Windows color (decimal): -11955358 or 6460233. OLE color: 6460233.

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

Color convert

RGB7314798-
CMYK0.5000.330.42
HSL140.27º33.64%43.14%-
HSV(B)140.27º50.34%57.65%-
XYZ15.3923.1715.22-
YUV119.29115.9894.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=22.96%
G=46.23%
B=30.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147980.5000.330.42140.2733.6443.14
Hex499362320212A8c222b
Octal11122314262041522144253
Binary1001001100100111100010110010010000110101010001100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499362; }

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

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

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

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

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

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

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

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