Html Css Color HEX #34BC86 Jungle Green

📋 copy color: '#34BC86'

red 52 ◦ green 188 ◦ blue 134

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

Shades of Jungle Green #34BC86

Tints of Jungle Green #34BC86

RGB

 RED value IS 52 (20.7% from 255) = 13.9%

 GREEN value IS 188 (73.83% from 255) = 50.27%

 BLUE value IS 134 (52.73% from 255) = 35.83%

R = 13.9%
G = 50.27%
B = 35.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#34BC86 (or 0x34BC86) is known color: Jungle Green. HEX triplet: 34, BC and 86. RGB value is (52,188,134). Sum of RGB (Red+Green+Blue) = 52+188+134=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BC86 is #CB4379. Grayscale: #8D8D8D. Windows color (decimal): -13321082 or 8830004. OLE color: 8830004.

HSL color Cylindrical-coordinate representation of color #34BC86: hue angle of 156.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC86 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 134 -
CMYK 0.72 0 0.29 0.26
HSL 156.18º 0.57% 0.47% -
HSV(B) 156.18º 0.72% 0.74% -
XYZ 23.7 38.42 28.72 -
YUV 141.18 123.94 64.39 -
System Red Green Blue C M Y K H S L
Decimal 52 188 134 0.72 0 0.29 0.26 156.18 0.57 0.47
Hex 34 BC 86 48 0 1D 1A 9C 39 2F
Octal 64 274 206 110 0 35 32 234 71 57
Binary 110100 10111100 10000110 1001000 0 11101 11010 10011100 111001 101111

Color Harmonies of #34BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC86

Black with #34BC86

Text Example


Text Example

White with #34BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34BC86;
 }
 .AnyTagClassName
 {
   color: #34BC86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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