Html Css Color HEX #3DB78E Jungle Green

📋 copy color: '#3DB78E'

red 61 ◦ green 183 ◦ blue 142

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

Shades of Jungle Green #3DB78E

Tints of Jungle Green #3DB78E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 15.8%
G = 47.41%
B = 36.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#3DB78E (or 0x3DB78E) is known color: Jungle Green. HEX triplet: 3D, B7 and 8E. RGB value is (61,183,142). Sum of RGB (Red+Green+Blue) = 61+183+142=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB78E is #C24871. Grayscale: #8D8D8D. Windows color (decimal): -12732530 or 9353021. OLE color: 9353021.

HSL color Cylindrical-coordinate representation of color #3DB78E: hue angle of 159.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB78E is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 61 183 142 -
CMYK 0.67 0 0.22 0.28
HSL 159.84º 0.5% 0.48% -
HSV(B) 159.84º 0.67% 0.72% -
XYZ 23.74 36.81 31.45 -
YUV 141.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 61 183 142 0.67 0 0.22 0.28 159.84 0.5 0.48
Hex 3D B7 8E 43 0 16 1C A0 32 30
Octal 75 267 216 103 0 26 34 240 62 60
Binary 111101 10110111 10001110 1000011 0 10110 11100 10100000 110010 110000

Color Harmonies of #3DB78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB78E

Black with #3DB78E

Text Example


Text Example

White with #3DB78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,183,142); }

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

background-color css

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

 a { background-color: rgb(61,183,142); }

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

border-color css

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

 span { border-color: rgb(61,183,142); }

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