#359c47

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

Shades of Chateau Green #359C47

Tints of Chateau Green #359C47

Color information

#359C47 (or 0x359C47) is unknown color: approx Chateau Green. HEX triplet: 35, 9C and 47. RGB value is (53,156,71). Sum of RGB (Red+Green+Blue) = 53+156+71=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #359C47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C47 is #CA63B8. Grayscale: #737373. Windows color (decimal): -13263801 or 4693045. OLE color: 4693045.

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

Color convert

RGB5315671-
CMYK0.6600.540.39
HSL130.49º49.28%40.98%-
HSV(B)130.49º66.03%61.18%-
XYZ14.4924.9910.02-
YUV115.51102.8883.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 156 (61.33% from 255) = 55.71%
BLUE value IS 71 (28.12% from 255) = 25.36%
R=18.93%
G=55.71%
B=25.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53156710.6600.540.39130.4949.2840.98
Hex359C474203627823129
Octal65234107102066472026151
Binary1101011001110010001111000010011011010011110000010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359c47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,71); }

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

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

 a { background-color: rgb(53,156,71); }

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

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

 span { border-color: rgb(53,156,71); }

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