#3BB98B

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

Shades of Jungle Green #3BB98B

Tints of Jungle Green #3BB98B

Color information

#3BB98B (or 0x3BB98B) is unknown color: approx Jungle Green. HEX triplet: 3B, B9 and 8B. RGB value is (59,185,139). Sum of RGB (Red+Green+Blue) = 59+185+139=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #3BB98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BB98B is #C44674. Grayscale: #8E8E8E. Windows color (decimal): -12863093 or 9156923. OLE color: 9156923.

HSL color Cylindrical-coordinate representation of color #3BB98B: hue angle of 158.1º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BB98B is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB59185139-
CMYK0.6800.250.27
HSL158.1º51.64%47.84%-
HSV(B)158.1º68.11%72.55%-
XYZ23.8137.4930.41-
YUV142.08126.2668.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.40%
GREEN value IS 185 (72.66% from 255) = 48.30%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=15.40%
G=48.30%
B=36.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591851390.6800.250.27158.151.6447.84
Hex3BB98B440191B9e3430
Octal73271213104031332366460
Binary111011101110011000101110001000110011101110011110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,185,139); }

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

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

 a { background-color: rgb(59,185,139); }

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

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

 span { border-color: rgb(59,185,139); }

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