#359C46

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

Shades of Chateau Green #359C46

Tints of Chateau Green #359C46

Color information

#359C46 (or 0x359C46) is unknown color: approx Chateau Green. HEX triplet: 35, 9C and 46. RGB value is (53,156,70). Sum of RGB (Red+Green+Blue) = 53+156+70=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 156 (61.33% from 255 or 55.91% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 156 - color contains mainly: green. Hex color #359C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C46 is #CA63B9. Grayscale: #737373. Windows color (decimal): -13263802 or 4627509. OLE color: 4627509.

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

Color convert

RGB5315670-
CMYK0.6600.550.39
HSL129.9º49.28%40.98%-
HSV(B)129.9º66.03%61.18%-
XYZ14.4624.989.85-
YUV115.4102.3883.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 156 (61.33% from 255) = 55.91%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=19.00%
G=55.91%
B=25.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53156700.6600.550.39129.949.2840.98
Hex359C464203727823129
Octal65234106102067472026151
Binary1101011001110010001101000010011011110011110000010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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