#34d173

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

Shades of Emerald #34D173

Tints of Emerald #34D173

Color information

#34D173 (or 0x34D173) is unknown color: approx Emerald. HEX triplet: 34, D1 and 73. RGB value is (52,209,115). Sum of RGB (Red+Green+Blue) = 52+209+115=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #34D173 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D173 is #CB2E8C. Grayscale: #979797. Windows color (decimal): -13315725 or 7590196. OLE color: 7590196.

HSL color Cylindrical-coordinate representation of color #34D173: hue angle of 144.08º 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 #34D173 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB52209115-
CMYK0.7500.450.18
HSL144.08º63.05%51.18%-
HSV(B)144.08º75.12%81.96%-
XYZ27.3147.5723.96-
YUV151.34107.4957.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.83%
GREEN value IS 209 (82.03% from 255) = 55.59%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=13.83%
G=55.59%
B=30.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522091150.7500.450.18144.0863.0551.18
Hex34D1734B02D12903f33
Octal64321163113055222207763
Binary110100110100011110011100101101011011001010010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34d173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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