#34D371

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

Shades of Emerald #34D371

Tints of Emerald #34D371

Color information

#34D371 (or 0x34D371) is unknown color: approx Emerald. HEX triplet: 34, D3 and 71. RGB value is (52,211,113). Sum of RGB (Red+Green+Blue) = 52+211+113=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #34D371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D371 is #CB2C8E. Grayscale: #989898. Windows color (decimal): -13315215 or 7459636. OLE color: 7459636.

HSL color Cylindrical-coordinate representation of color #34D371: hue angle of 143.02º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D371 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB52211113-
CMYK0.7500.460.17
HSL143.02º64.37%51.57%-
HSV(B)143.02º75.36%82.75%-
XYZ27.6948.5123.53-
YUV152.29105.8256.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.83%
GREEN value IS 211 (82.81% from 255) = 56.12%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=13.83%
G=56.12%
B=30.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal522111130.7500.460.17143.0264.3751.57
Hex34D3714B02E118f4034
Octal643231611130562121710064
Binary1101001101001111100011001011010111010001100011111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,211,113); }

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

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

 a { background-color: rgb(52,211,113); }

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

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

 span { border-color: rgb(52,211,113); }

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