#3BB385

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

Shades of Jungle Green #3BB385

Tints of Jungle Green #3BB385

Color information

#3BB385 (or 0x3BB385) is unknown color: approx Jungle Green. HEX triplet: 3B, B3 and 85. RGB value is (59,179,133). Sum of RGB (Red+Green+Blue) = 59+179+133=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #3BB385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB385 is #C44C7A. Grayscale: #898989. Windows color (decimal): -12864635 or 8762171. OLE color: 8762171.

HSL color Cylindrical-coordinate representation of color #3BB385: hue angle of 157º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB385 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB59179133-
CMYK0.6700.260.30
HSL157º50.42%46.67%-
HSV(B)157º67.04%70.2%-
XYZ22.1634.8627.75-
YUV137.88125.2471.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=15.90%
G=48.25%
B=35.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591791330.6700.260.3015750.4246.67
Hex3BB3854301A1E9d322f
Octal73263205103032362356257
Binary111011101100111000010110000110110101111010011101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,179,133); }

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

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

 a { background-color: rgb(59,179,133); }

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

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

 span { border-color: rgb(59,179,133); }

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