#359341

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

Shades of Chateau Green #359341

Tints of Chateau Green #359341

Color information

#359341 (or 0x359341) is unknown color: approx Chateau Green. HEX triplet: 35, 93 and 41. RGB value is (53,147,65). Sum of RGB (Red+Green+Blue) = 53+147+65=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #359341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359341 is #CA6CBE. Grayscale: #6D6D6D. Windows color (decimal): -13266111 or 4297525. OLE color: 4297525.

HSL color Cylindrical-coordinate representation of color #359341: hue angle of 127.66º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359341 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB5314765-
CMYK0.6400.560.42
HSL127.66º47%39.22%-
HSV(B)127.66º63.95%57.65%-
XYZ12.8622.018.57-
YUV109.55102.8687.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=20%
G=55.47%
B=24.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147650.6400.560.42127.664739.22
Hex359341400382A802f27
Octal65223101100070522005747
Binary1101011001001110000011000000011100010101010000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359341; }

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

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

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

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

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

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

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

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