#34F374

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

Shades of Emerald #34F374

Tints of Emerald #34F374

Color information

#34F374 (or 0x34F374) is unknown color: approx Emerald. HEX triplet: 34, F3 and 74. RGB value is (52,243,116). Sum of RGB (Red+Green+Blue) = 52+243+116=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #34F374 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F374 is #CB0C8B. Grayscale: #ABABAB. Windows color (decimal): -13307020 or 7664436. OLE color: 7664436.

HSL color Cylindrical-coordinate representation of color #34F374: hue angle of 140.1º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F374 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB52243116-
CMYK0.7900.520.05
HSL140.1º88.84%57.84%-
HSV(B)140.1º78.6%95.29%-
XYZ36.6266.0927.35-
YUV171.4196.7242.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 243 (95.31% from 255) = 59.12%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=12.65%
G=59.12%
B=28.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522431160.7900.520.05140.188.8457.84
Hex34F3744F03458c593a
Octal64363164117064521413172
Binary11010011110011111010010011110110100101100011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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