#33B88C

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

Shades of Jungle Green #33B88C

Tints of Jungle Green #33B88C

Color information

#33B88C (or 0x33B88C) is unknown color: approx Jungle Green. HEX triplet: 33, B8 and 8C. RGB value is (51,184,140). Sum of RGB (Red+Green+Blue) = 51+184+140=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #33B88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B88C is #CC4773. Grayscale: #8B8B8B. Windows color (decimal): -13387636 or 9222195. OLE color: 9222195.

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

Color convert

RGB51184140-
CMYK0.7200.240.28
HSL160.15º56.6%46.08%-
HSV(B)160.15º72.28%72.16%-
XYZ23.2436.8830.7-
YUV139.22128.4465.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.6%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=13.6%
G=49.07%
B=37.33%

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
Decimal511841400.7200.240.28160.1556.646.08
Hex33B88C480181Ca0392e
Octal63270214110030342407156
Binary110011101110001000110010010000110001110010100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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