#35A65A

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

Shades of Chateau Green #35A65A

Tints of Chateau Green #35A65A

Color information

#35A65A (or 0x35A65A) is unknown color: approx Chateau Green. HEX triplet: 35, A6 and 5A. RGB value is (53,166,90). Sum of RGB (Red+Green+Blue) = 53+166+90=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #35A65A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A65A is #CA59A5. Grayscale: #7B7B7B. Windows color (decimal): -13261222 or 5940789. OLE color: 5940789.

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

Color convert

RGB5316690-
CMYK0.6800.460.35
HSL139.65º51.6%42.94%-
HSV(B)139.65º68.07%65.1%-
XYZ16.9528.7714.33-
YUV123.55109.0677.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 166 (65.23% from 255) = 53.72%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=17.15%
G=53.72%
B=29.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53166900.6800.460.35139.6551.642.94
Hex35A65A4402E238c342b
Octal65246132104056432146453
Binary1101011010011010110101000100010111010001110001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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