#33AB80

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

Shades of Jungle Green #33AB80

Tints of Jungle Green #33AB80

Color information

#33AB80 (or 0x33AB80) is unknown color: approx Jungle Green. HEX triplet: 33, AB and 80. RGB value is (51,171,128). Sum of RGB (Red+Green+Blue) = 51+171+128=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AB80 is #CC547F. Grayscale: #828282. Windows color (decimal): -13390976 or 8432435. OLE color: 8432435.

HSL color Cylindrical-coordinate representation of color #33AB80: hue angle of 158.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB80 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB51171128-
CMYK0.7000.250.33
HSL158.5º54.05%43.53%-
HSV(B)158.5º70.18%67.06%-
XYZ19.8231.3925.44-
YUV130.22126.7471.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.57%
GREEN value IS 171 (67.19% from 255) = 48.86%
BLUE value IS 128 (50.39% from 255) = 36.57%
R=14.57%
G=48.86%
B=36.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511711280.7000.250.33158.554.0543.53
Hex33AB8046019219e362c
Octal63253200106031412366654
Binary1100111010101110000000100011001100110000110011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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