#35A64E

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

Shades of Chateau Green #35A64E

Tints of Chateau Green #35A64E

Color information

#35A64E (or 0x35A64E) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 4E. RGB value is (53,166,78). Sum of RGB (Red+Green+Blue) = 53+166+78=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #35A64E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A64E is #CA59B1. Grayscale: #7A7A7A. Windows color (decimal): -13261234 or 5154357. OLE color: 5154357.

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

Color convert

RGB5316678-
CMYK0.6800.530.35
HSL133.27º51.6%42.94%-
HSV(B)133.27º68.07%65.1%-
XYZ16.4828.5811.86-
YUV122.18103.0678.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 166 (65.23% from 255) = 55.89%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=17.85%
G=55.89%
B=26.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166780.6800.530.35133.2751.642.94
Hex35A64E440352385342b
Octal65246116104065432056453
Binary1101011010011010011101000100011010110001110000101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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