#35964A

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

Shades of Chateau Green #35964A

Tints of Chateau Green #35964A

Color information

#35964A (or 0x35964A) is unknown color: approx Chateau Green. HEX triplet: 35, 96 and 4A. RGB value is (53,150,74). Sum of RGB (Red+Green+Blue) = 53+150+74=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #35964A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35964A is #CA69B5. Grayscale: #707070. Windows color (decimal): -13265334 or 4888117. OLE color: 4888117.

HSL color Cylindrical-coordinate representation of color #35964A: hue angle of 132.99º 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 #35964A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB5315074-
CMYK0.6500.510.41
HSL132.99º47.78%39.8%-
HSV(B)132.99º64.67%58.82%-
XYZ13.6123.0610.21-
YUV112.33106.3685.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=19.13%
G=54.15%
B=26.71%

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
Decimal53150740.6500.510.41132.9947.7839.8
Hex35964A4103329853028
Octal65226112101063512056050
Binary1101011001011010010101000001011001110100110000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35964A; }

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

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

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

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

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

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

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

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