#35AA87

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

Shades of Jungle Green #35AA87

Tints of Jungle Green #35AA87

Color information

#35AA87 (or 0x35AA87) is unknown color: approx Jungle Green. HEX triplet: 35, AA and 87. RGB value is (53,170,135). Sum of RGB (Red+Green+Blue) = 53+170+135=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #35AA87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AA87 is #CA5578. Grayscale: #838383. Windows color (decimal): -13260153 or 8890933. OLE color: 8890933.

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

Color convert

RGB53170135-
CMYK0.6900.210.33
HSL162.05º52.47%43.73%-
HSV(B)162.05º68.82%66.67%-
XYZ20.2231.2627.89-
YUV131.03130.2472.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.80%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=14.80%
G=47.49%
B=37.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531701350.6900.210.33162.0552.4743.73
Hex35AA874501521a2342c
Octal65252207105025412426454
Binary1101011010101010000111100010101010110000110100010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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