#359E49

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

Shades of Chateau Green #359E49

Tints of Chateau Green #359E49

Color information

#359E49 (or 0x359E49) is unknown color: approx Chateau Green. HEX triplet: 35, 9E and 49. RGB value is (53,158,73). Sum of RGB (Red+Green+Blue) = 53+158+73=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #359E49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359E49 is #CA61B6. Grayscale: #757575. Windows color (decimal): -13263287 or 4824629. OLE color: 4824629.

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

Color convert

RGB5315873-
CMYK0.6600.540.38
HSL131.43º49.76%41.37%-
HSV(B)131.43º66.46%61.96%-
XYZ14.925.6910.48-
YUV116.92103.2182.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 158 (62.11% from 255) = 55.63%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=18.66%
G=55.63%
B=25.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53158730.6600.540.38131.4349.7641.37
Hex359E494203626833229
Octal65236111102066462036251
Binary1101011001111010010011000010011011010011010000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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