#359A53

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

Shades of Chateau Green #359A53

Tints of Chateau Green #359A53

Color information

#359A53 (or 0x359A53) is unknown color: approx Chateau Green. HEX triplet: 35, 9A and 53. RGB value is (53,154,83). Sum of RGB (Red+Green+Blue) = 53+154+83=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 154 (60.55% from 255 or 53.10% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 154 - color contains mainly: green. Hex color #359A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A53 is #CA65AC. Grayscale: #737373. Windows color (decimal): -13264301 or 5478965. OLE color: 5478965.

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

Color convert

RGB5315483-
CMYK0.6600.460.40
HSL137.82º48.79%40.59%-
HSV(B)137.82º65.58%60.39%-
XYZ14.5924.4912.14-
YUV115.71109.5483.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 154 (60.55% from 255) = 53.10%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=18.28%
G=53.10%
B=28.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53154830.6600.460.40137.8248.7940.59
Hex359A534202E288a3129
Octal65232123102056502126151
Binary1101011001101010100111000010010111010100010001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,154,83); }

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

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

 a { background-color: rgb(53,154,83); }

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

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

 span { border-color: rgb(53,154,83); }

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