Html Css Color HEX #3DB48B Jungle Green

📋 copy color: '#3DB48B'

red 61 ◦ green 180 ◦ blue 139

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

Shades of Jungle Green #3DB48B

Tints of Jungle Green #3DB48B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.37%

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 16.05%
G = 47.37%
B = 36.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#3DB48B (or 0x3DB48B) is known color: Jungle Green. HEX triplet: 3D, B4 and 8B. RGB value is (61,180,139). Sum of RGB (Red+Green+Blue) = 61+180+139=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB48B is #C24B74. Grayscale: #8B8B8B. Windows color (decimal): -12733301 or 9155645. OLE color: 9155645.

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

Color convert

RGB 61 180 139 -
CMYK 0.66 0 0.23 0.29
HSL 159.33º 0.49% 0.47% -
HSV(B) 159.33º 0.66% 0.71% -
XYZ 22.91 35.5 30.07 -
YUV 139.75 127.58 71.83 -
System Red Green Blue C M Y K H S L
Decimal 61 180 139 0.66 0 0.23 0.29 159.33 0.49 0.47
Hex 3D B4 8B 42 0 17 1D 9F 31 2F
Octal 75 264 213 102 0 27 35 237 61 57
Binary 111101 10110100 10001011 1000010 0 10111 11101 10011111 110001 101111

Color Harmonies of #3DB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB48B

Black with #3DB48B

Text Example


Text Example

White with #3DB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,180,139); }

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

background-color css

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

 a { background-color: rgb(61,180,139); }

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

border-color css

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

 span { border-color: rgb(61,180,139); }

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