#35AA58

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

Shades of Chateau Green #35AA58

Tints of Chateau Green #35AA58

Color information

#35AA58 (or 0x35AA58) is unknown color: approx Chateau Green. HEX triplet: 35, AA and 58. RGB value is (53,170,88). Sum of RGB (Red+Green+Blue) = 53+170+88=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AA58 is #CA55A7. Grayscale: #7D7D7D. Windows color (decimal): -13260200 or 5810741. OLE color: 5810741.

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

Color convert

RGB5317088-
CMYK0.6900.480.33
HSL137.95º52.47%43.73%-
HSV(B)137.95º68.82%66.67%-
XYZ17.630.2114.14-
YUV125.67106.7476.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=17.04%
G=54.66%
B=28.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53170880.6900.480.33137.9552.4743.73
Hex35AA5845030218a342c
Octal65252130105060412126454
Binary1101011010101010110001000101011000010000110001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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