#35964C

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

Shades of Chateau Green #35964C

Tints of Chateau Green #35964C

Color information

#35964C (or 0x35964C) is unknown color: approx Chateau Green. HEX triplet: 35, 96 and 4C. RGB value is (53,150,76). Sum of RGB (Red+Green+Blue) = 53+150+76=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #35964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35964C is #CA69B3. Grayscale: #707070. Windows color (decimal): -13265332 or 5019189. OLE color: 5019189.

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

Color convert

RGB5315076-
CMYK0.6500.490.41
HSL134.23º47.78%39.8%-
HSV(B)134.23º64.67%58.82%-
XYZ13.6823.0910.57-
YUV112.56107.3685.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=19.00%
G=53.76%
B=27.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53150760.6500.490.41134.2347.7839.8
Hex35964C4103129863028
Octal65226114101061512066050
Binary1101011001011010011001000001011000110100110000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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