#33B88B

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

Shades of Jungle Green #33B88B

Tints of Jungle Green #33B88B

Color information

#33B88B (or 0x33B88B) is unknown color: approx Jungle Green. HEX triplet: 33, B8 and 8B. RGB value is (51,184,139). Sum of RGB (Red+Green+Blue) = 51+184+139=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #33B88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B88B is #CC4774. Grayscale: #8B8B8B. Windows color (decimal): -13387637 or 9156659. OLE color: 9156659.

HSL color Cylindrical-coordinate representation of color #33B88B: hue angle of 159.7º 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 #33B88B is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB51184139-
CMYK0.7200.240.28
HSL159.7º56.6%46.08%-
HSV(B)159.7º72.28%72.16%-
XYZ23.1736.8530.32-
YUV139.1127.9465.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.64%
GREEN value IS 184 (72.27% from 255) = 49.20%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=13.64%
G=49.20%
B=37.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511841390.7200.240.28159.756.646.08
Hex33B88B480181Ca0392e
Octal63270213110030342407156
Binary110011101110001000101110010000110001110010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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