#35A64A

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

Shades of Chateau Green #35A64A

Tints of Chateau Green #35A64A

Color information

#35A64A (or 0x35A64A) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 4A. RGB value is (53,166,74). Sum of RGB (Red+Green+Blue) = 53+166+74=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #35A64A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A64A is #CA59B5. Grayscale: #797979. Windows color (decimal): -13261238 or 4892213. OLE color: 4892213.

HSL color Cylindrical-coordinate representation of color #35A64A: hue angle of 131.15º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A64A is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB5316674-
CMYK0.6800.550.35
HSL131.15º51.6%42.94%-
HSV(B)131.15º68.07%65.1%-
XYZ16.3428.5211.12-
YUV121.72101.0678.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 166 (65.23% from 255) = 56.66%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=18.09%
G=56.66%
B=25.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166740.6800.550.35131.1551.642.94
Hex35A64A440372383342b
Octal65246112104067432036453
Binary1101011010011010010101000100011011110001110000011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A64A; }

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

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

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

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

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

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

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

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