#34D165

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

Shades of Emerald #34D165

Tints of Emerald #34D165

Color information

#34D165 (or 0x34D165) is unknown color: approx Emerald. HEX triplet: 34, D1 and 65. RGB value is (52,209,101). Sum of RGB (Red+Green+Blue) = 52+209+101=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #34D165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D165 is #CB2E9A. Grayscale: #969696. Windows color (decimal): -13315739 or 6672692. OLE color: 6672692.

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

Color convert

RGB52209101-
CMYK0.7500.520.18
HSL138.73º63.05%51.18%-
HSV(B)138.73º75.12%81.96%-
XYZ26.5747.2720.04-
YUV149.74100.4958.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 209 (82.03% from 255) = 57.73%
BLUE value IS 101 (39.84% from 255) = 27.90%
R=14.36%
G=57.73%
B=27.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522091010.7500.520.18138.7363.0551.18
Hex34D1654B034128b3f33
Octal64321145113064222137763
Binary110100110100011100101100101101101001001010001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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