#3DB88A

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

Shades of Jungle Green #3DB88A

Tints of Jungle Green #3DB88A

Color information

#3DB88A (or 0x3DB88A) is unknown color: approx Jungle Green. HEX triplet: 3D, B8 and 8A. RGB value is (61,184,138). Sum of RGB (Red+Green+Blue) = 61+184+138=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB88A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB88A is #C24775. Grayscale: #8E8E8E. Windows color (decimal): -12732278 or 9091133. OLE color: 9091133.

HSL color Cylindrical-coordinate representation of color #3DB88A: hue angle of 157.56º 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 #3DB88A is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB61184138-
CMYK0.6700.250.28
HSL157.56º50.2%48.04%-
HSV(B)157.56º66.85%72.16%-
XYZ23.6537.1129.96-
YUV141.98125.7570.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.93%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=15.93%
G=48.04%
B=36.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal611841380.6700.250.28157.5650.248.04
Hex3DB88A430191C9e3230
Octal75270212103031342366260
Binary111101101110001000101010000110110011110010011110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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