Html Css Color HEX #34B986 Jungle Green

📋 copy color: '#34B986'

red 52 ◦ green 185 ◦ blue 134

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

Shades of Jungle Green #34B986

Tints of Jungle Green #34B986

RGB

 RED value IS 52 (20.7% 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 value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#34B986 (or 0x34B986) is known color: 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

RGB 52 185 134 -
CMYK 0.72 0 0.28 0.27
HSL 156.99º 0.56% 0.46% -
HSV(B) 156.99º 0.72% 0.73% -
XYZ 23.07 37.15 28.51 -
YUV 139.42 124.94 65.65 -
System Red Green Blue C M Y K H S L
Decimal 52 185 134 0.72 0 0.28 0.27 156.99 0.56 0.46
Hex 34 B9 86 48 0 1C 1B 9D 38 2E
Octal 64 271 206 110 0 34 33 235 70 56
Binary 110100 10111001 10000110 1001000 0 11100 11011 10011101 111000 101110

Color Harmonies of #34B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B986

Black with #34B986

Text Example


Text Example

White with #34B986

Text Example


Text Example

HTML Codes & Css Web 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>