Html Css Color HEX #34D079 Emerald

📋 copy color: '#34D079'

red 52 ◦ green 208 ◦ blue 121

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

Shades of Emerald #34D079

Tints of Emerald #34D079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.59%

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 13.65%
G = 54.59%
B = 31.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#34D079 (or 0x34D079) is known color: Emerald. HEX triplet: 34, D0 and 79. RGB value is (52,208,121). Sum of RGB (Red+Green+Blue) = 52+208+121=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #34D079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D079 is #CB2F86. Grayscale: #979797. Windows color (decimal): -13315975 or 7983156. OLE color: 7983156.

HSL color Cylindrical-coordinate representation of color #34D079: hue angle of 146.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D079 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 208 121 -
CMYK 0.75 0 0.42 0.18
HSL 146.54º 0.62% 0.51% -
HSV(B) 146.54º 0.75% 0.82% -
XYZ 27.42 47.22 25.76 -
YUV 151.44 110.82 57.07 -
System Red Green Blue C M Y K H S L
Decimal 52 208 121 0.75 0 0.42 0.18 146.54 0.62 0.51
Hex 34 D0 79 4B 0 2A 12 93 3E 33
Octal 64 320 171 113 0 52 22 223 76 63
Binary 110100 11010000 1111001 1001011 0 101010 10010 10010011 111110 110011

Color Harmonies of #34D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D079

Black with #34D079

Text Example


Text Example

White with #34D079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,208,121); }

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

background-color css

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

 a { background-color: rgb(52,208,121); }

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

border-color css

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

 span { border-color: rgb(52,208,121); }

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