Html Css Color HEX #3BB186 Jungle Green

📋 copy color: '#3BB186'

red 59 ◦ green 177 ◦ blue 134

#3BB186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #3BB186

Tints of Jungle Green #3BB186

RGB

 RED value IS 59 (23.44% from 255) = 15.95%

 GREEN value IS 177 (69.53% from 255) = 47.84%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 15.95%
G = 47.84%
B = 36.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#3BB186 (or 0x3BB186) is known color: Jungle Green. HEX triplet: 3B, B1 and 86. RGB value is (59,177,134). Sum of RGB (Red+Green+Blue) = 59+177+134=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB186 is #C44E79. Grayscale: #888888. Windows color (decimal): -12865146 or 8827195. OLE color: 8827195.

HSL color Cylindrical-coordinate representation of color #3BB186: hue angle of 158.14º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB186 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 177 134 -
CMYK 0.67 0 0.24 0.31
HSL 158.14º 0.5% 0.46% -
HSV(B) 158.14º 0.67% 0.69% -
XYZ 21.83 34.1 27.98 -
YUV 136.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 59 177 134 0.67 0 0.24 0.31 158.14 0.5 0.46
Hex 3B B1 86 43 0 18 1F 9E 32 2E
Octal 73 261 206 103 0 30 37 236 62 56
Binary 111011 10110001 10000110 1000011 0 11000 11111 10011110 110010 101110

Color Harmonies of #3BB186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB186

Black with #3BB186

Text Example


Text Example

White with #3BB186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3BB186;
 }
 .AnyTagClassName
 {
   color: #3BB186;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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