#499358

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

Shades of Chateau Green #499358

Tints of Chateau Green #499358

Color information

#499358 (or 0x499358) is unknown color: approx Chateau Green. HEX triplet: 49, 93 and 58. RGB value is (73,147,88). Sum of RGB (Red+Green+Blue) = 73+147+88=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #499358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499358 is #B66CA7. Grayscale: #767676. Windows color (decimal): -11955368 or 5804873. OLE color: 5804873.

HSL color Cylindrical-coordinate representation of color #499358: hue angle of 132.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499358 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB7314788-
CMYK0.5000.400.42
HSL132.16º33.64%43.14%-
HSV(B)132.16º50.34%57.65%-
XYZ14.9422.9912.88-
YUV118.15110.9895.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=23.70%
G=47.73%
B=28.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73147880.5000.400.42132.1633.6443.14
Hex499358320282A84222b
Octal11122313062050522044253
Binary1001001100100111011000110010010100010101010000100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499358; }

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

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

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

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

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

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

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

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