#34D170

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

Shades of Emerald #34D170

Tints of Emerald #34D170

Color information

#34D170 (or 0x34D170) is unknown color: approx Emerald. HEX triplet: 34, D1 and 70. RGB value is (52,209,112). Sum of RGB (Red+Green+Blue) = 52+209+112=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #34D170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D170 is #CB2E8F. Grayscale: #979797. Windows color (decimal): -13315728 or 7393588. OLE color: 7393588.

HSL color Cylindrical-coordinate representation of color #34D170: hue angle of 142.93º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D170 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB52209112-
CMYK0.7500.460.18
HSL142.93º63.05%51.18%-
HSV(B)142.93º75.12%81.96%-
XYZ27.1447.523.07-
YUV151105.9957.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 209 (82.03% from 255) = 56.03%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=13.94%
G=56.03%
B=30.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522091120.7500.460.18142.9363.0551.18
Hex34D1704B02E128f3f33
Octal64321160113056222177763
Binary110100110100011110000100101101011101001010001111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,209,112); }

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

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

 a { background-color: rgb(52,209,112); }

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

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

 span { border-color: rgb(52,209,112); }

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