#34E276

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

Shades of Emerald #34E276

Tints of Emerald #34E276

Color information

#34E276 (or 0x34E276) is unknown color: approx Emerald. HEX triplet: 34, E2 and 76. RGB value is (52,226,118). Sum of RGB (Red+Green+Blue) = 52+226+118=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 226 (88.67% from 255 or 57.07% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 226 - color contains mainly: green. Hex color #34E276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E276 is #CB1D89. Grayscale: #A1A1A1. Windows color (decimal): -13311370 or 7791156. OLE color: 7791156.

HSL color Cylindrical-coordinate representation of color #34E276: hue angle of 142.76º degrees, saturation: 0.75, 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 #34E276 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB52226118-
CMYK0.7700.480.11
HSL142.76º75%54.51%-
HSV(B)142.76º76.99%88.63%-
XYZ31.8856.4326.35-
YUV161.66103.3549.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.13%
GREEN value IS 226 (88.67% from 255) = 57.07%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=13.13%
G=57.07%
B=29.80%

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
Decimal522261180.7700.480.11142.767554.51
Hex34E2764D030B8f4b37
Octal643421661150601321711367
Binary110100111000101110110100110101100001011100011111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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