Html Css Color HEX #34BC88 Jungle Green

📋 copy color: '#34BC88'

red 52 ◦ green 188 ◦ blue 136

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

Shades of Jungle Green #34BC88

Tints of Jungle Green #34BC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 13.83%
G = 50%
B = 36.17%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#34BC88 (or 0x34BC88) is known color: Jungle Green. HEX triplet: 34, BC and 88. RGB value is (52,188,136). Sum of RGB (Red+Green+Blue) = 52+188+136=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BC88 is #CB4377. Grayscale: #8D8D8D. Windows color (decimal): -13321080 or 8961076. OLE color: 8961076.

HSL color Cylindrical-coordinate representation of color #34BC88: hue angle of 157.06º 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 #34BC88 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 136 -
CMYK 0.72 0 0.28 0.26
HSL 157.06º 0.57% 0.47% -
HSV(B) 157.06º 0.72% 0.74% -
XYZ 23.84 38.47 29.46 -
YUV 141.41 124.94 64.23 -
System Red Green Blue C M Y K H S L
Decimal 52 188 136 0.72 0 0.28 0.26 157.06 0.57 0.47
Hex 34 BC 88 48 0 1C 1A 9D 39 2F
Octal 64 274 210 110 0 34 32 235 71 57
Binary 110100 10111100 10001000 1001000 0 11100 11010 10011101 111001 101111

Color Harmonies of #34BC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC88

Black with #34BC88

Text Example


Text Example

White with #34BC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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