#359141

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

Shades of Chateau Green #359141

Tints of Chateau Green #359141

Color information

#359141 (or 0x359141) is unknown color: approx Chateau Green. HEX triplet: 35, 91 and 41. RGB value is (53,145,65). Sum of RGB (Red+Green+Blue) = 53+145+65=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #359141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359141 is #CA6EBE. Grayscale: #6C6C6C. Windows color (decimal): -13266623 or 4297013. OLE color: 4297013.

HSL color Cylindrical-coordinate representation of color #359141: hue angle of 127.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359141 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB5314565-
CMYK0.6300.550.43
HSL127.83º46.46%38.82%-
HSV(B)127.83º63.45%56.86%-
XYZ12.5521.398.47-
YUV108.37103.5288.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 145 (57.03% from 255) = 55.13%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=20.15%
G=55.13%
B=24.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145650.6300.550.43127.8346.4638.82
Hex3591413F0372B802e27
Octal6522110177067532005647
Binary110101100100011000001111111011011110101110000000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359141; }

 p { color: rgb(53,145,65); }

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

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

 a { background-color: rgb(53,145,65); }

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

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

 span { border-color: rgb(53,145,65); }

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