#35A64C

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

Shades of Chateau Green #35A64C

Tints of Chateau Green #35A64C

Color information

#35A64C (or 0x35A64C) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 4C. RGB value is (53,166,76). Sum of RGB (Red+Green+Blue) = 53+166+76=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #35A64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A64C is #CA59B3. Grayscale: #7A7A7A. Windows color (decimal): -13261236 or 5023285. OLE color: 5023285.

HSL color Cylindrical-coordinate representation of color #35A64C: hue angle of 132.21º 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 #35A64C is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB5316676-
CMYK0.6800.540.35
HSL132.21º51.6%42.94%-
HSV(B)132.21º68.07%65.1%-
XYZ16.4128.5511.48-
YUV121.95102.0678.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=17.97%
G=56.27%
B=25.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166760.6800.540.35132.2151.642.94
Hex35A64C440362384342b
Octal65246114104066432046453
Binary1101011010011010011001000100011011010001110000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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