#33B884

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

Shades of Jungle Green #33B884

Tints of Jungle Green #33B884

Color information

#33B884 (or 0x33B884) is unknown color: approx Jungle Green. HEX triplet: 33, B8 and 84. RGB value is (51,184,132). Sum of RGB (Red+Green+Blue) = 51+184+132=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #33B884 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B884 is #CC477B. Grayscale: #8A8A8A. Windows color (decimal): -13387644 or 8697907. OLE color: 8697907.

HSL color Cylindrical-coordinate representation of color #33B884: hue angle of 156.54º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B884 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB51184132-
CMYK0.7200.280.28
HSL156.54º56.6%46.08%-
HSV(B)156.54º72.28%72.16%-
XYZ22.6736.6527.71-
YUV138.3124.4465.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 184 (72.27% from 255) = 50.14%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=13.90%
G=50.14%
B=35.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511841320.7200.280.28156.5456.646.08
Hex33B8844801C1C9d392e
Octal63270204110034342357156
Binary110011101110001000010010010000111001110010011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,184,132); }

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

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

 a { background-color: rgb(51,184,132); }

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

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

 span { border-color: rgb(51,184,132); }

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