#34BB85

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

Shades of Jungle Green #34BB85

Tints of Jungle Green #34BB85

Color information

#34BB85 (or 0x34BB85) is unknown color: approx Jungle Green. HEX triplet: 34, BB and 85. RGB value is (52,187,133). Sum of RGB (Red+Green+Blue) = 52+187+133=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BB85 is #CB447A. Grayscale: #8C8C8C. Windows color (decimal): -13321339 or 8764212. OLE color: 8764212.

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

Color convert

RGB52187133-
CMYK0.7200.290.27
HSL156º56.49%46.86%-
HSV(B)156º72.19%73.33%-
XYZ23.4237.9628.28-
YUV140.48123.7764.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.98%
GREEN value IS 187 (73.44% from 255) = 50.27%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=13.98%
G=50.27%
B=35.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521871330.7200.290.2715656.4946.86
Hex34BB854801D1B9c382f
Octal64273205110035332347057
Binary110100101110111000010110010000111011101110011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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