#499861

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

Shades of Chateau Green #499861

Tints of Chateau Green #499861

Color information

#499861 (or 0x499861) is unknown color: approx Chateau Green. HEX triplet: 49, 98 and 61. RGB value is (73,152,97). Sum of RGB (Red+Green+Blue) = 73+152+97=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #499861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499861 is #B6679E. Grayscale: #7A7A7A. Windows color (decimal): -11954079 or 6395977. OLE color: 6395977.

HSL color Cylindrical-coordinate representation of color #499861: hue angle of 138.23º 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 #499861 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB7315297-
CMYK0.5200.360.40
HSL138.23º35.11%44.12%-
HSV(B)138.23º51.97%59.61%-
XYZ16.1324.7415.23-
YUV122.11113.8392.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=22.67%
G=47.20%
B=30.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152970.5200.360.40138.2335.1144.12
Hex49986134024288a232c
Octal11123014164044502124354
Binary1001001100110001100001110100010010010100010001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499861; }

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

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

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

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

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

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

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

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