#359046

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

Shades of Chateau Green #359046

Tints of Chateau Green #359046

Color information

#359046 (or 0x359046) is unknown color: approx Chateau Green. HEX triplet: 35, 90 and 46. RGB value is (53,144,70). Sum of RGB (Red+Green+Blue) = 53+144+70=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #359046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359046 is #CA6FB9. Grayscale: #6C6C6C. Windows color (decimal): -13266874 or 4624437. OLE color: 4624437.

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

Color convert

RGB5314470-
CMYK0.6300.510.44
HSL131.21º46.19%38.63%-
HSV(B)131.21º63.19%56.47%-
XYZ12.5521.159.21-
YUV108.35106.3588.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 144 (56.64% from 255) = 53.93%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=19.85%
G=53.93%
B=26.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144700.6300.510.44131.2146.1938.63
Hex3590463F0332C832e27
Octal6522010677063542035647
Binary110101100100001000110111111011001110110010000011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359046; }

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

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

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

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

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

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

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

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