#35AA5C

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

Shades of Chateau Green #35AA5C

Tints of Chateau Green #35AA5C

Color information

#35AA5C (or 0x35AA5C) is unknown color: approx Chateau Green. HEX triplet: 35, AA and 5C. RGB value is (53,170,92). Sum of RGB (Red+Green+Blue) = 53+170+92=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA5C is #CA55A3. Grayscale: #7E7E7E. Windows color (decimal): -13260196 or 6072885. OLE color: 6072885.

HSL color Cylindrical-coordinate representation of color #35AA5C: hue angle of 140º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AA5C is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB5317092-
CMYK0.6900.460.33
HSL140º52.47%43.73%-
HSV(B)140º68.82%66.67%-
XYZ17.7730.2815.03-
YUV126.12108.7475.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=16.83%
G=53.97%
B=29.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170920.6900.460.3314052.4743.73
Hex35AA5C4502E218c342c
Octal65252134105056412146454
Binary1101011010101010111001000101010111010000110001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,170,92); }

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

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

 a { background-color: rgb(53,170,92); }

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

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

 span { border-color: rgb(53,170,92); }

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