Html Css Color HEX #34E37A Emerald

📋 copy color: '#34E37A'

red 52 ◦ green 227 ◦ blue 122

#34E37A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #34E37A

Tints of Emerald #34E37A

RGB

 RED value IS 52 (20.7% from 255) = 12.97%

 GREEN value IS 227 (89.06% from 255) = 56.61%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 12.97%
G = 56.61%
B = 30.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#34E37A (or 0x34E37A) is known color: Emerald. HEX triplet: 34, E3 and 7A. RGB value is (52,227,122). Sum of RGB (Red+Green+Blue) = 52+227+122=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 227 (89.06% from 255 or 56.61% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 227 - color contains mainly: green. Hex color #34E37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E37A is #CB1C85. Grayscale: #A2A2A2. Windows color (decimal): -13311110 or 8053556. OLE color: 8053556.

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

Color convert

RGB 52 227 122 -
CMYK 0.77 0 0.46 0.11
HSL 144º 0.76% 0.55% -
HSV(B) 144º 0.77% 0.89% -
XYZ 32.4 57.07 27.72 -
YUV 162.71 105.02 49.04 -
System Red Green Blue C M Y K H S L
Decimal 52 227 122 0.77 0 0.46 0.11 144 0.76 0.55
Hex 34 E3 7A 4D 0 2E B 90 4C 37
Octal 64 343 172 115 0 56 13 220 114 67
Binary 110100 11100011 1111010 1001101 0 101110 1011 10010000 1001100 110111

Color Harmonies of #34E37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E37A

Black with #34E37A

Text Example


Text Example

White with #34E37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34E37A;
 }
 .AnyTagClassName
 {
   color: #34E37A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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