#34BB86

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

Shades of Jungle Green #34BB86

Tints of Jungle Green #34BB86

Color information

#34BB86 (or 0x34BB86) is unknown color: approx Jungle Green. HEX triplet: 34, BB and 86. RGB value is (52,187,134). Sum of RGB (Red+Green+Blue) = 52+187+134=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB86 is #CB4479. Grayscale: #8C8C8C. Windows color (decimal): -13321338 or 8829748. OLE color: 8829748.

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

Color convert

RGB52187134-
CMYK0.7200.280.27
HSL156.44º56.49%46.86%-
HSV(B)156.44º72.19%73.33%-
XYZ23.4937.9928.65-
YUV140.59124.2764.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 187 (73.44% from 255) = 50.13%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=13.94%
G=50.13%
B=35.92%

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
Decimal521871340.7200.280.27156.4456.4946.86
Hex34BB864801C1B9c382f
Octal64273206110034332347057
Binary110100101110111000011010010000111001101110011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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