#359345

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

Shades of Chateau Green #359345

Tints of Chateau Green #359345

Color information

#359345 (or 0x359345) is unknown color: approx Chateau Green. HEX triplet: 35, 93 and 45. RGB value is (53,147,69). Sum of RGB (Red+Green+Blue) = 53+147+69=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #359345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359345 is #CA6CBA. Grayscale: #6E6E6E. Windows color (decimal): -13266107 or 4559669. OLE color: 4559669.

HSL color Cylindrical-coordinate representation of color #359345: hue angle of 130.21º 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 #359345 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB5314769-
CMYK0.6400.530.42
HSL130.21º47%39.22%-
HSV(B)130.21º63.95%57.65%-
XYZ12.9822.059.2-
YUV110104.8687.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=19.70%
G=54.65%
B=25.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147690.6400.530.42130.214739.22
Hex359345400352A822f27
Octal65223105100065522025747
Binary1101011001001110001011000000011010110101010000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359345; }

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

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

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

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

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

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

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

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