#3BB586

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

Shades of Jungle Green #3BB586

Tints of Jungle Green #3BB586

Color information

#3BB586 (or 0x3BB586) is unknown color: approx Jungle Green. HEX triplet: 3B, B5 and 86. RGB value is (59,181,134). Sum of RGB (Red+Green+Blue) = 59+181+134=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB586 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB586 is #C44A79. Grayscale: #8B8B8B. Windows color (decimal): -12864122 or 8828219. OLE color: 8828219.

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

Color convert

RGB59181134-
CMYK0.6700.260.29
HSL156.89º50.83%47.06%-
HSV(B)156.89º67.4%70.98%-
XYZ22.6335.728.25-
YUV139.16125.0870.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.78%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 134 (52.73% from 255) = 35.83%
R=15.78%
G=48.40%
B=35.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591811340.6700.260.29156.8950.8347.06
Hex3BB5864301A1D9d332f
Octal73265206103032352356357
Binary111011101101011000011010000110110101110110011101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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