#34E374

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

Shades of Emerald #34E374

Tints of Emerald #34E374

Color information

#34E374 (or 0x34E374) is unknown color: approx Emerald. HEX triplet: 34, E3 and 74. RGB value is (52,227,116). Sum of RGB (Red+Green+Blue) = 52+227+116=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 227 (89.06% from 255 or 57.47% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 227 - color contains mainly: green. Hex color #34E374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E374 is #CB1C8B. Grayscale: #A2A2A2. Windows color (decimal): -13311116 or 7660340. OLE color: 7660340.

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

Color convert

RGB52227116-
CMYK0.7700.490.11
HSL141.94º75.76%54.71%-
HSV(B)141.94º77.09%89.02%-
XYZ32.0456.9325.82-
YUV162.02102.0249.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.16%
GREEN value IS 227 (89.06% from 255) = 57.47%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=13.16%
G=57.47%
B=29.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522271160.7700.490.11141.9475.7654.71
Hex34E3744D031B8e4c37
Octal643431641150611321611467
Binary110100111000111110100100110101100011011100011101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,227,116); }

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

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

 a { background-color: rgb(52,227,116); }

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

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

 span { border-color: rgb(52,227,116); }

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