#359E56

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

Shades of Chateau Green #359E56

Tints of Chateau Green #359E56

Color information

#359E56 (or 0x359E56) is unknown color: approx Chateau Green. HEX triplet: 35, 9E and 56. RGB value is (53,158,86). Sum of RGB (Red+Green+Blue) = 53+158+86=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #359E56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E56 is #CA61A9. Grayscale: #767676. Windows color (decimal): -13263274 or 5676597. OLE color: 5676597.

HSL color Cylindrical-coordinate representation of color #359E56: hue angle of 138.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E56 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB5315886-
CMYK0.6600.460.38
HSL138.86º49.76%41.37%-
HSV(B)138.86º66.46%61.96%-
XYZ15.3725.8812.99-
YUV118.4109.7181.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 86 (33.98% from 255) = 28.96%
R=17.85%
G=53.20%
B=28.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53158860.6600.460.38138.8649.7641.37
Hex359E564202E268b3229
Octal65236126102056462136251
Binary1101011001111010101101000010010111010011010001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359E56; }

 p { color: rgb(53,158,86); }

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

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

 a { background-color: rgb(53,158,86); }

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

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

 span { border-color: rgb(53,158,86); }

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