#34E476

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

Shades of Emerald #34E476

Tints of Emerald #34E476

Color information

#34E476 (or 0x34E476) is unknown color: approx Emerald. HEX triplet: 34, E4 and 76. RGB value is (52,228,118). Sum of RGB (Red+Green+Blue) = 52+228+118=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #34E476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E476 is #CB1B89. Grayscale: #A3A3A3. Windows color (decimal): -13310858 or 7791668. OLE color: 7791668.

HSL color Cylindrical-coordinate representation of color #34E476: hue angle of 142.5º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E476 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB52228118-
CMYK0.7700.480.11
HSL142.5º76.52%54.9%-
HSV(B)142.5º77.19%89.41%-
XYZ32.4357.5226.53-
YUV162.84102.6948.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.07%
GREEN value IS 228 (89.45% from 255) = 57.29%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=13.07%
G=57.29%
B=29.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522281180.7700.480.11142.576.5254.9
Hex34E4764D030B8e4d37
Octal643441661150601321611567
Binary110100111001001110110100110101100001011100011101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,228,118); }

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

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

 a { background-color: rgb(52,228,118); }

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

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

 span { border-color: rgb(52,228,118); }

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