#359B53

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

Shades of Chateau Green #359B53

Tints of Chateau Green #359B53

Color information

#359B53 (or 0x359B53) is unknown color: approx Chateau Green. HEX triplet: 35, 9B and 53. RGB value is (53,155,83). Sum of RGB (Red+Green+Blue) = 53+155+83=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #359B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B53 is #CA64AC. Grayscale: #747474. Windows color (decimal): -13264045 or 5479221. OLE color: 5479221.

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

Color convert

RGB5315583-
CMYK0.6600.460.39
HSL137.65º49.04%40.78%-
HSV(B)137.65º65.81%60.78%-
XYZ14.7524.8212.2-
YUV116.29109.2182.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 155 (60.94% from 255) = 53.26%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=18.21%
G=53.26%
B=28.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53155830.6600.460.39137.6549.0440.78
Hex359B534202E278a3129
Octal65233123102056472126151
Binary1101011001101110100111000010010111010011110001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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