#539966

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

Shades of Chateau Green #539966

Tints of Chateau Green #539966

Color information

#539966 (or 0x539966) is unknown color: approx Chateau Green. HEX triplet: 53, 99 and 66. RGB value is (83,153,102). Sum of RGB (Red+Green+Blue) = 83+153+102=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #539966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539966 is #AC6699. Grayscale: #7E7E7E. Windows color (decimal): -11298458 or 6723923. OLE color: 6723923.

HSL color Cylindrical-coordinate representation of color #539966: hue angle of 136.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539966 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB83153102-
CMYK0.4600.330.4
HSL136.29º29.66%46.27%-
HSV(B)136.29º45.75%60%-
XYZ17.3625.5816.59-
YUV126.26114.3197.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=24.56%
G=45.27%
B=30.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531020.4600.330.4136.2929.6646.27
Hex5399662E02128881e2e
Octal12323114656041502103656
Binary101001110011001110011010111001000011010001000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539966; }

 p { color: rgb(83,153,102); }

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

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

 a { background-color: rgb(83,153,102); }

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

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

 span { border-color: rgb(83,153,102); }

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