#34D56A

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

Shades of Emerald #34D56A

Tints of Emerald #34D56A

Color information

#34D56A (or 0x34D56A) is unknown color: approx Emerald. HEX triplet: 34, D5 and 6A. RGB value is (52,213,106). Sum of RGB (Red+Green+Blue) = 52+213+106=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #34D56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D56A is #CB2A95. Grayscale: #989898. Windows color (decimal): -13314710 or 7001396. OLE color: 7001396.

HSL color Cylindrical-coordinate representation of color #34D56A: hue angle of 140.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D56A is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB52213106-
CMYK0.7600.500.16
HSL140.12º65.71%51.96%-
HSV(B)140.12º75.59%83.53%-
XYZ27.8149.3621.7-
YUV152.66101.6656.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.02%
GREEN value IS 213 (83.59% from 255) = 57.41%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=14.02%
G=57.41%
B=28.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal522131060.7600.500.16140.1265.7151.96
Hex34D56A4C032108c4234
Octal643251521140622021410264
Binary1101001101010111010101001100011001010000100011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,213,106); }

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

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

 a { background-color: rgb(52,213,106); }

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

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

 span { border-color: rgb(52,213,106); }

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