#34F372

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

Shades of Emerald #34F372

Tints of Emerald #34F372

Color information

#34F372 (or 0x34F372) is unknown color: approx Emerald. HEX triplet: 34, F3 and 72. RGB value is (52,243,114). Sum of RGB (Red+Green+Blue) = 52+243+114=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #34F372 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F372 is #CB0C8D. Grayscale: #ABABAB. Windows color (decimal): -13307022 or 7533364. OLE color: 7533364.

HSL color Cylindrical-coordinate representation of color #34F372: hue angle of 139.48º 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 #34F372 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB52243114-
CMYK0.7900.530.05
HSL139.48º88.84%57.84%-
HSV(B)139.48º78.6%95.29%-
XYZ36.566.0526.74-
YUV171.1895.7242.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.71%
GREEN value IS 243 (95.31% from 255) = 59.41%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=12.71%
G=59.41%
B=27.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522431140.7900.530.05139.4888.8457.84
Hex34F3724F03558b593a
Octal64363162117065521313172
Binary11010011110011111001010011110110101101100010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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