#34B986

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

Shades of Jungle Green #34B986

Tints of Jungle Green #34B986

Color information

#34B986 (or 0x34B986) is unknown color: approx Jungle Green. HEX triplet: 34, B9 and 86. RGB value is (52,185,134). Sum of RGB (Red+Green+Blue) = 52+185+134=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #34B986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B986 is #CB4679. Grayscale: #8B8B8B. Windows color (decimal): -13321850 or 8829236. OLE color: 8829236.

HSL color Cylindrical-coordinate representation of color #34B986: hue angle of 156.99º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B986 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB52185134-
CMYK0.7200.280.27
HSL156.99º56.12%46.47%-
HSV(B)156.99º71.89%72.55%-
XYZ23.0737.1528.51-
YUV139.42124.9465.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.02%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=14.02%
G=49.87%
B=36.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521851340.7200.280.27156.9956.1246.47
Hex34B9864801C1B9d382e
Octal64271206110034332357056
Binary110100101110011000011010010000111001101110011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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