#35AA5D

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

Shades of Chateau Green #35AA5D

Tints of Chateau Green #35AA5D

Color information

#35AA5D (or 0x35AA5D) is unknown color: approx Chateau Green. HEX triplet: 35, AA and 5D. RGB value is (53,170,93). Sum of RGB (Red+Green+Blue) = 53+170+93=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA5D is #CA55A2. Grayscale: #7E7E7E. Windows color (decimal): -13260195 or 6138421. OLE color: 6138421.

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

Color convert

RGB5317093-
CMYK0.6900.450.33
HSL140.51º52.47%43.73%-
HSV(B)140.51º68.82%66.67%-
XYZ17.8230.315.26-
YUV126.24109.2475.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 170 (66.80% from 255) = 53.80%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=16.77%
G=53.80%
B=29.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170930.6900.450.33140.5152.4743.73
Hex35AA5D4502D218d342c
Octal65252135105055412156454
Binary1101011010101010111011000101010110110000110001101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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