#35AB80

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

Shades of Jungle Green #35AB80

Tints of Jungle Green #35AB80

Color information

#35AB80 (or 0x35AB80) is unknown color: approx Jungle Green. HEX triplet: 35, AB and 80. RGB value is (53,171,128). Sum of RGB (Red+Green+Blue) = 53+171+128=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AB80 is #CA547F. Grayscale: #828282. Windows color (decimal): -13259904 or 8432437. OLE color: 8432437.

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

Color convert

RGB53171128-
CMYK0.6900.250.33
HSL158.14º52.68%43.92%-
HSV(B)158.14º69.01%67.06%-
XYZ19.9331.4425.44-
YUV130.82126.4172.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=15.06%
G=48.58%
B=36.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531711280.6900.250.33158.1452.6843.92
Hex35AB8045019219e352c
Octal65253200105031412366554
Binary1101011010101110000000100010101100110000110011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,171,128); }

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

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

 a { background-color: rgb(53,171,128); }

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

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

 span { border-color: rgb(53,171,128); }

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