#35AA53

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

Shades of Chateau Green #35AA53

Tints of Chateau Green #35AA53

Color information

#35AA53 (or 0x35AA53) is unknown color: approx Chateau Green. HEX triplet: 35, AA and 53. RGB value is (53,170,83). Sum of RGB (Red+Green+Blue) = 53+170+83=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA53 is #CA55AC. Grayscale: #7D7D7D. Windows color (decimal): -13260205 or 5483061. OLE color: 5483061.

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

Color convert

RGB5317083-
CMYK0.6900.510.33
HSL135.38º52.47%43.73%-
HSV(B)135.38º68.82%66.67%-
XYZ17.430.1313.08-
YUV125.1104.2476.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=17.32%
G=55.56%
B=27.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170830.6900.510.33135.3852.4743.73
Hex35AA53450332187342c
Octal65252123105063412076454
Binary1101011010101010100111000101011001110000110000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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