#359547

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

Shades of Chateau Green #359547

Tints of Chateau Green #359547

Color information

#359547 (or 0x359547) is unknown color: approx Chateau Green. HEX triplet: 35, 95 and 47. RGB value is (53,149,71). Sum of RGB (Red+Green+Blue) = 53+149+71=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #359547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359547 is #CA6AB8. Grayscale: #6F6F6F. Windows color (decimal): -13265593 or 4691253. OLE color: 4691253.

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

Color convert

RGB5314971-
CMYK0.6400.520.42
HSL131.25º47.52%39.61%-
HSV(B)131.25º64.43%58.43%-
XYZ13.3522.719.64-
YUV111.4105.286.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=19.41%
G=54.58%
B=26.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149710.6400.520.42131.2547.5239.61
Hex359547400342A833028
Octal65225107100064522036050
Binary1101011001010110001111000000011010010101010000011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359547; }

 p { color: rgb(53,149,71); }

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

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

 a { background-color: rgb(53,149,71); }

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

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

 span { border-color: rgb(53,149,71); }

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