Html Css Color HEX #3DB686 Jungle Green

📋 copy color: '#3DB686'

red 61 ◦ green 182 ◦ blue 134

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

Shades of Jungle Green #3DB686

Tints of Jungle Green #3DB686

RGB

 RED value IS 61 (24.22% from 255) = 16.18%

 GREEN value IS 182 (71.48% from 255) = 48.28%

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

R = 16.18%
G = 48.28%
B = 35.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#3DB686 (or 0x3DB686) is known color: Jungle Green. HEX triplet: 3D, B6 and 86. RGB value is (61,182,134). Sum of RGB (Red+Green+Blue) = 61+182+134=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB686 is #C24979. Grayscale: #8C8C8C. Windows color (decimal): -12732794 or 8828477. OLE color: 8828477.

HSL color Cylindrical-coordinate representation of color #3DB686: hue angle of 156.2º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB686 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 182 134 -
CMYK 0.66 0 0.26 0.29
HSL 156.2º 0.5% 0.48% -
HSV(B) 156.2º 0.66% 0.71% -
XYZ 22.96 36.17 28.33 -
YUV 140.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 61 182 134 0.66 0 0.26 0.29 156.2 0.5 0.48
Hex 3D B6 86 42 0 1A 1D 9C 32 30
Octal 75 266 206 102 0 32 35 234 62 60
Binary 111101 10110110 10000110 1000010 0 11010 11101 10011100 110010 110000

Color Harmonies of #3DB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB686

Black with #3DB686

Text Example


Text Example

White with #3DB686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,182,134); }

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

background-color css

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

 a { background-color: rgb(61,182,134); }

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

border-color css

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

 span { border-color: rgb(61,182,134); }

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