#499D5F

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

Shades of Chateau Green #499D5F

Tints of Chateau Green #499D5F

Color information

#499D5F (or 0x499D5F) is unknown color: approx Chateau Green. HEX triplet: 49, 9D and 5F. RGB value is (73,157,95). Sum of RGB (Red+Green+Blue) = 73+157+95=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #499D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499D5F is #B662A0. Grayscale: #7C7C7C. Windows color (decimal): -11952801 or 6266185. OLE color: 6266185.

HSL color Cylindrical-coordinate representation of color #499D5F: hue angle of 135.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499D5F is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB7315795-
CMYK0.5400.390.38
HSL135.71º36.52%45.1%-
HSV(B)135.71º53.5%61.57%-
XYZ16.8726.3615.02-
YUV124.82111.1791.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 157 (61.72% from 255) = 48.31%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=22.46%
G=48.31%
B=29.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73157950.5400.390.38135.7136.5245.1
Hex499D5F360272688252d
Octal11123513766047462104555
Binary1001001100111011011111110110010011110011010001000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499D5F; }

 p { color: rgb(73,157,95); }

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

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

 a { background-color: rgb(73,157,95); }

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

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

 span { border-color: rgb(73,157,95); }

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