#34e073

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

Shades of Emerald #34E073

Tints of Emerald #34E073

Color information

#34E073 (or 0x34E073) is unknown color: approx Emerald. HEX triplet: 34, E0 and 73. RGB value is (52,224,115). Sum of RGB (Red+Green+Blue) = 52+224+115=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #34E073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E073 is #CB1F8C. Grayscale: #A0A0A0. Windows color (decimal): -13311885 or 7594036. OLE color: 7594036.

HSL color Cylindrical-coordinate representation of color #34E073: hue angle of 141.98º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E073 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB52224115-
CMYK0.7700.490.12
HSL141.98º73.5%54.12%-
HSV(B)141.98º76.79%87.84%-
XYZ31.1755.2825.25-
YUV160.15102.5250.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.30%
GREEN value IS 224 (87.89% from 255) = 57.29%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=13.30%
G=57.29%
B=29.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal522241150.7700.490.12141.9873.554.12
Hex34E0734D031C8e4a36
Octal643401631150611421611266
Binary110100111000001110011100110101100011100100011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34e073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,224,115); }

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

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

 a { background-color: rgb(52,224,115); }

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

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

 span { border-color: rgb(52,224,115); }

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