#359D4E

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

Shades of Chateau Green #359D4E

Tints of Chateau Green #359D4E

Color information

#359D4E (or 0x359D4E) is unknown color: approx Chateau Green. HEX triplet: 35, 9D and 4E. RGB value is (53,157,78). Sum of RGB (Red+Green+Blue) = 53+157+78=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #359D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D4E is #CA62B1. Grayscale: #757575. Windows color (decimal): -13263538 or 5152053. OLE color: 5152053.

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

Color convert

RGB5315778-
CMYK0.6600.500.38
HSL134.42º49.52%41.18%-
HSV(B)134.42º66.24%61.57%-
XYZ14.925.4211.33-
YUV116.9106.0482.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 157 (61.72% from 255) = 54.51%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=18.40%
G=54.51%
B=27.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53157780.6600.500.38134.4249.5241.18
Hex359D4E4203226863229
Octal65235116102062462066251
Binary1101011001110110011101000010011001010011010000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,157,78); }

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

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

 a { background-color: rgb(53,157,78); }

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

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

 span { border-color: rgb(53,157,78); }

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