#359E54

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

Shades of Chateau Green #359E54

Tints of Chateau Green #359E54

Color information

#359E54 (or 0x359E54) is unknown color: approx Chateau Green. HEX triplet: 35, 9E and 54. RGB value is (53,158,84). Sum of RGB (Red+Green+Blue) = 53+158+84=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #359E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E54 is #CA61AB. Grayscale: #767676. Windows color (decimal): -13263276 or 5545525. OLE color: 5545525.

HSL color Cylindrical-coordinate representation of color #359E54: hue angle of 137.71º 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 #359E54 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB5315884-
CMYK0.6600.470.38
HSL137.71º49.76%41.37%-
HSV(B)137.71º66.46%61.96%-
XYZ15.325.8512.57-
YUV118.17108.7181.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=17.97%
G=53.56%
B=28.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53158840.6600.470.38137.7149.7641.37
Hex359E544202F268a3229
Octal65236124102057462126251
Binary1101011001111010101001000010010111110011010001010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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