#499858

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

Shades of Chateau Green #499858

Tints of Chateau Green #499858

Color information

#499858 (or 0x499858) is unknown color: approx Chateau Green. HEX triplet: 49, 98 and 58. RGB value is (73,152,88). Sum of RGB (Red+Green+Blue) = 73+152+88=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #499858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499858 is #B667A7. Grayscale: #797979. Windows color (decimal): -11954088 or 5806153. OLE color: 5806153.

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

Color convert

RGB7315288-
CMYK0.5200.420.40
HSL131.39º35.11%44.12%-
HSV(B)131.39º51.97%59.61%-
XYZ15.7424.5813.15-
YUV121.08109.3393.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=23.32%
G=48.56%
B=28.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73152880.5200.420.40131.3935.1144.12
Hex4998583402A2883232c
Octal11123013064052502034354
Binary1001001100110001011000110100010101010100010000011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499858; }

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

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

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

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

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

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

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

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