#359649

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

Shades of Chateau Green #359649

Tints of Chateau Green #359649

Color information

#359649 (or 0x359649) is unknown color: approx Chateau Green. HEX triplet: 35, 96 and 49. RGB value is (53,150,73). Sum of RGB (Red+Green+Blue) = 53+150+73=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #359649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359649 is #CA69B6. Grayscale: #707070. Windows color (decimal): -13265335 or 4822581. OLE color: 4822581.

HSL color Cylindrical-coordinate representation of color #359649: hue angle of 132.37º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359649 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB5315073-
CMYK0.6500.510.41
HSL132.37º47.78%39.8%-
HSV(B)132.37º64.67%58.82%-
XYZ13.5823.0510.04-
YUV112.22105.8685.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 150 (58.98% from 255) = 54.35%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=19.20%
G=54.35%
B=26.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53150730.6500.510.41132.3747.7839.8
Hex3596494103329843028
Octal65226111101063512046050
Binary1101011001011010010011000001011001110100110000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359649; }

 p { color: rgb(53,150,73); }

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

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

 a { background-color: rgb(53,150,73); }

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

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

 span { border-color: rgb(53,150,73); }

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