Html Css Color HEX #3AB48B Jungle Green

📋 copy color: '#3AB48B'

red 58 ◦ green 180 ◦ blue 139

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

Shades of Jungle Green #3AB48B

Tints of Jungle Green #3AB48B

RGB

 RED value IS 58 (23.05% from 255) = 15.38%

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

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

R = 15.38%
G = 47.75%
B = 36.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#3AB48B (or 0x3AB48B) is known color: Jungle Green. HEX triplet: 3A, B4 and 8B. RGB value is (58,180,139). Sum of RGB (Red+Green+Blue) = 58+180+139=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB48B is #C54B74. Grayscale: #8A8A8A. Windows color (decimal): -12929909 or 9155642. OLE color: 9155642.

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

Color convert

RGB 58 180 139 -
CMYK 0.68 0 0.23 0.29
HSL 159.84º 0.51% 0.47% -
HSV(B) 159.84º 0.68% 0.71% -
XYZ 22.73 35.41 30.06 -
YUV 138.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 58 180 139 0.68 0 0.23 0.29 159.84 0.51 0.47
Hex 3A B4 8B 44 0 17 1D A0 33 2F
Octal 72 264 213 104 0 27 35 240 63 57
Binary 111010 10110100 10001011 1000100 0 10111 11101 10100000 110011 101111

Color Harmonies of #3AB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB48B

Black with #3AB48B

Text Example


Text Example

White with #3AB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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