#34B486

Color #34B486 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #34B486

Tints of Jungle Green #34B486

Color information

#34B486 (or 0x34B486) is unknown color: approx Jungle Green. HEX triplet: 34, B4 and 86. RGB value is (52,180,134). Sum of RGB (Red+Green+Blue) = 52+180+134=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #34B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B486 is #CB4B79. Grayscale: #888888. Windows color (decimal): -13323130 or 8827956. OLE color: 8827956.

HSL color Cylindrical-coordinate representation of color #34B486: hue angle of 158.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B486 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB52180134-
CMYK0.7100.260.29
HSL158.44º55.17%45.49%-
HSV(B)158.44º71.11%70.59%-
XYZ22.0435.0928.17-
YUV136.48126.5967.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=14.21%
G=49.18%
B=36.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521801340.7100.260.29158.4455.1745.49
Hex34B4864701A1D9e372d
Octal64264206107032352366755
Binary110100101101001000011010001110110101110110011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B486; }

 p { color: rgb(52,180,134); }

 H1.HeaderClassName
 {
   color: #34B486;
 }
 .AnyTagClassName
 {
   color: #34B486;
 }
</style>
background-color css

<style>
 a { background-color: #34B486; }

 a { background-color: rgb(52,180,134); }

 div.DivClassName
 {
   background-color: #34B486;
 }
 .BgClassName
 {
   background-color: #34B486;
 }
</style>
border-color css

<style>
 span { border-color: #34B486; }

 span { border-color: rgb(52,180,134); }

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