#499F63

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

Shades of Chateau Green #499F63

Tints of Chateau Green #499F63

Color information

#499F63 (or 0x499F63) is unknown color: approx Chateau Green. HEX triplet: 49, 9F and 63. RGB value is (73,159,99). Sum of RGB (Red+Green+Blue) = 73+159+99=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #499F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F63 is #B6609C. Grayscale: #7E7E7E. Windows color (decimal): -11952285 or 6528841. OLE color: 6528841.

HSL color Cylindrical-coordinate representation of color #499F63: hue angle of 138.14º 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 #499F63 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB7315999-
CMYK0.5400.380.38
HSL138.14º37.07%45.49%-
HSV(B)138.14º54.09%62.35%-
XYZ17.427.1116.12-
YUV126.45112.5189.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=22.05%
G=48.04%
B=29.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73159990.5400.380.38138.1437.0745.49
Hex499F6336026268a252d
Octal11123714366046462124555
Binary1001001100111111100011110110010011010011010001010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,159,99); }

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

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

 a { background-color: rgb(73,159,99); }

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

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

 span { border-color: rgb(73,159,99); }

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