Html Css Color HEX #3AB089 Jungle Green

📋 copy color: '#3AB089'

red 58 ◦ green 176 ◦ blue 137

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

Shades of Jungle Green #3AB089

Tints of Jungle Green #3AB089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

 BLUE value IS 137 (53.91% from 255) = 36.93%

R = 15.63%
G = 47.44%
B = 36.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#3AB089 (or 0x3AB089) is known color: Jungle Green. HEX triplet: 3A, B0 and 89. RGB value is (58,176,137). Sum of RGB (Red+Green+Blue) = 58+176+137=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB089 is #C54F76. Grayscale: #888888. Windows color (decimal): -12930935 or 9023546. OLE color: 9023546.

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

Color convert

RGB 58 176 137 -
CMYK 0.67 0 0.22 0.31
HSL 160.17º 0.5% 0.46% -
HSV(B) 160.17º 0.67% 0.69% -
XYZ 21.79 33.76 29.03 -
YUV 136.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 58 176 137 0.67 0 0.22 0.31 160.17 0.5 0.46
Hex 3A B0 89 43 0 16 1F A0 32 2E
Octal 72 260 211 103 0 26 37 240 62 56
Binary 111010 10110000 10001001 1000011 0 10110 11111 10100000 110010 101110

Color Harmonies of #3AB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB089

Black with #3AB089

Text Example


Text Example

White with #3AB089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,176,137); }

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

background-color css

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

 a { background-color: rgb(58,176,137); }

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

border-color css

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

 span { border-color: rgb(58,176,137); }

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