#3BB58D

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

Shades of Jungle Green #3BB58D

Tints of Jungle Green #3BB58D

Color information

#3BB58D (or 0x3BB58D) is unknown color: approx Jungle Green. HEX triplet: 3B, B5 and 8D. RGB value is (59,181,141). Sum of RGB (Red+Green+Blue) = 59+181+141=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB58D is #C44A72. Grayscale: #8C8C8C. Windows color (decimal): -12864115 or 9286971. OLE color: 9286971.

HSL color Cylindrical-coordinate representation of color #3BB58D: hue angle of 160.33º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB58D is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB59181141-
CMYK0.6700.220.29
HSL160.33º50.83%47.06%-
HSV(B)160.33º67.4%70.98%-
XYZ23.1435.930.91-
YUV139.96128.5870.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.49%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=15.49%
G=47.51%
B=37.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591811410.6700.220.29160.3350.8347.06
Hex3BB58D430161Da0332f
Octal73265215103026352406357
Binary111011101101011000110110000110101101110110100000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,181,141); }

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

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

 a { background-color: rgb(59,181,141); }

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

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

 span { border-color: rgb(59,181,141); }

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