#34D275

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

Shades of Emerald #34D275

Tints of Emerald #34D275

Color information

#34D275 (or 0x34D275) is unknown color: approx Emerald. HEX triplet: 34, D2 and 75. RGB value is (52,210,117). Sum of RGB (Red+Green+Blue) = 52+210+117=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #34D275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D275 is #CB2D8A. Grayscale: #989898. Windows color (decimal): -13315467 or 7721524. OLE color: 7721524.

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

Color convert

RGB52210117-
CMYK0.7500.440.18
HSL144.68º63.71%51.37%-
HSV(B)144.68º75.24%82.35%-
XYZ27.6748.1124.66-
YUV152.16108.1556.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.72%
GREEN value IS 210 (82.42% from 255) = 55.41%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=13.72%
G=55.41%
B=30.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522101170.7500.440.18144.6863.7151.37
Hex34D2754B02C12914033
Octal643221651130542222110063
Binary1101001101001011101011001011010110010010100100011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,210,117); }

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

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

 a { background-color: rgb(52,210,117); }

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

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

 span { border-color: rgb(52,210,117); }

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