Html Css Color HEX #3DB58A Jungle Green

📋 copy color: '#3DB58A'

red 61 ◦ green 181 ◦ blue 138

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

Shades of Jungle Green #3DB58A

Tints of Jungle Green #3DB58A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.63%

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 16.05%
G = 47.63%
B = 36.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#3DB58A (or 0x3DB58A) is known color: Jungle Green. HEX triplet: 3D, B5 and 8A. RGB value is (61,181,138). Sum of RGB (Red+Green+Blue) = 61+181+138=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB58A is #C24A75. Grayscale: #8C8C8C. Windows color (decimal): -12733046 or 9090365. OLE color: 9090365.

HSL color Cylindrical-coordinate representation of color #3DB58A: hue angle of 158.5º degrees, saturation: 0.5, 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 #3DB58A is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 181 138 -
CMYK 0.66 0 0.24 0.29
HSL 158.5º 0.5% 0.47% -
HSV(B) 158.5º 0.66% 0.71% -
XYZ 23.04 35.87 29.76 -
YUV 140.22 126.74 71.5 -
System Red Green Blue C M Y K H S L
Decimal 61 181 138 0.66 0 0.24 0.29 158.5 0.5 0.47
Hex 3D B5 8A 42 0 18 1D 9E 32 2F
Octal 75 265 212 102 0 30 35 236 62 57
Binary 111101 10110101 10001010 1000010 0 11000 11101 10011110 110010 101111

Color Harmonies of #3DB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB58A

Black with #3DB58A

Text Example


Text Example

White with #3DB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,181,138); }

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

background-color css

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

 a { background-color: rgb(61,181,138); }

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

border-color css

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

 span { border-color: rgb(61,181,138); }

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