#499562

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

Shades of Chateau Green #499562

Tints of Chateau Green #499562

Color information

#499562 (or 0x499562) is unknown color: approx Chateau Green. HEX triplet: 49, 95 and 62. RGB value is (73,149,98). Sum of RGB (Red+Green+Blue) = 73+149+98=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #499562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499562 is #B66A9D. Grayscale: #787878. Windows color (decimal): -11954846 or 6460745. OLE color: 6460745.

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

Color convert

RGB7314998-
CMYK0.5100.340.42
HSL139.74º34.23%43.53%-
HSV(B)139.74º51.01%58.43%-
XYZ15.723.7915.32-
YUV120.46115.3294.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 149 (58.59% from 255) = 46.56%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=22.81%
G=46.56%
B=30.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149980.5100.340.42139.7434.2343.53
Hex499562330222A8c222c
Octal11122514263042522144254
Binary1001001100101011100010110011010001010101010001100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499562; }

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

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

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

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

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

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

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

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