#499864

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

Shades of Chateau Green #499864

Tints of Chateau Green #499864

Color information

#499864 (or 0x499864) is unknown color: approx Chateau Green. HEX triplet: 49, 98 and 64. RGB value is (73,152,100). Sum of RGB (Red+Green+Blue) = 73+152+100=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #499864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499864 is #B6679B. Grayscale: #7A7A7A. Windows color (decimal): -11954076 or 6592585. OLE color: 6592585.

HSL color Cylindrical-coordinate representation of color #499864: hue angle of 140.51º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499864 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB73152100-
CMYK0.5200.340.40
HSL140.51º35.11%44.12%-
HSV(B)140.51º51.97%59.61%-
XYZ16.2824.7915.98-
YUV122.45115.3392.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=22.46%
G=46.77%
B=30.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731521000.5200.340.40140.5135.1144.12
Hex49986434022288d232c
Octal11123014464042502154354
Binary1001001100110001100100110100010001010100010001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499864; }

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

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

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

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

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

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

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

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