#34B685

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

Shades of Jungle Green #34B685

Tints of Jungle Green #34B685

Color information

#34B685 (or 0x34B685) is unknown color: approx Jungle Green. HEX triplet: 34, B6 and 85. RGB value is (52,182,133). Sum of RGB (Red+Green+Blue) = 52+182+133=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #34B685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B685 is #CB497A. Grayscale: #898989. Windows color (decimal): -13322619 or 8762932. OLE color: 8762932.

HSL color Cylindrical-coordinate representation of color #34B685: hue angle of 157.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B685 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB52182133-
CMYK0.7100.270.29
HSL157.38º55.56%45.88%-
HSV(B)157.38º71.43%71.37%-
XYZ22.3835.8827.94-
YUV137.54125.4366.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 182 (71.48% from 255) = 49.59%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=14.17%
G=49.59%
B=36.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521821330.7100.270.29157.3855.5645.88
Hex34B6854701B1D9d382e
Octal64266205107033352357056
Binary110100101101101000010110001110110111110110011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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