#35AA5A

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

Shades of Chateau Green #35AA5A

Tints of Chateau Green #35AA5A

Color information

#35AA5A (or 0x35AA5A) is unknown color: approx Chateau Green. HEX triplet: 35, AA and 5A. RGB value is (53,170,90). Sum of RGB (Red+Green+Blue) = 53+170+90=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA5A is #CA55A5. Grayscale: #7E7E7E. Windows color (decimal): -13260198 or 5941813. OLE color: 5941813.

HSL color Cylindrical-coordinate representation of color #35AA5A: hue angle of 138.97º 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 #35AA5A is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB5317090-
CMYK0.6900.470.33
HSL138.97º52.47%43.73%-
HSV(B)138.97º68.82%66.67%-
XYZ17.6930.2414.58-
YUV125.9107.7476-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=16.93%
G=54.31%
B=28.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170900.6900.470.33138.9752.4743.73
Hex35AA5A4502F218b342c
Octal65252132105057412136454
Binary1101011010101010110101000101010111110000110001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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