#3DB88B

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

Shades of Jungle Green #3DB88B

Tints of Jungle Green #3DB88B

Color information

#3DB88B (or 0x3DB88B) is unknown color: approx Jungle Green. HEX triplet: 3D, B8 and 8B. RGB value is (61,184,139). Sum of RGB (Red+Green+Blue) = 61+184+139=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB88B is #C24774. Grayscale: #8E8E8E. Windows color (decimal): -12732277 or 9156669. OLE color: 9156669.

HSL color Cylindrical-coordinate representation of color #3DB88B: hue angle of 158.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB88B is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB61184139-
CMYK0.6700.240.28
HSL158.05º50.2%48.04%-
HSV(B)158.05º66.85%72.16%-
XYZ23.7337.1430.34-
YUV142.09126.2570.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.89%
GREEN value IS 184 (72.27% from 255) = 47.92%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=15.89%
G=47.92%
B=36.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal611841390.6700.240.28158.0550.248.04
Hex3DB88B430181C9e3230
Octal75270213103030342366260
Binary111101101110001000101110000110110001110010011110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DB88B; }

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

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

<style>
 a { background-color: #3DB88B; }

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

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

<style>
 span { border-color: #3DB88B; }

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

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