#34D56B

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

Shades of Emerald #34D56B

Tints of Emerald #34D56B

Color information

#34D56B (or 0x34D56B) is unknown color: approx Emerald. HEX triplet: 34, D5 and 6B. RGB value is (52,213,107). Sum of RGB (Red+Green+Blue) = 52+213+107=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #34D56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D56B is #CB2A94. Grayscale: #999999. Windows color (decimal): -13314709 or 7066932. OLE color: 7066932.

HSL color Cylindrical-coordinate representation of color #34D56B: hue angle of 140.5º 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 #34D56B is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB52213107-
CMYK0.7600.500.16
HSL140.5º65.71%51.96%-
HSV(B)140.5º75.59%83.53%-
XYZ27.8649.3821.97-
YUV152.78102.1656.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.98%
GREEN value IS 213 (83.59% from 255) = 57.26%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=13.98%
G=57.26%
B=28.76%

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
Decimal522131070.7600.500.16140.565.7151.96
Hex34D56B4C032108c4234
Octal643251531140622021410264
Binary1101001101010111010111001100011001010000100011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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