#34D49A

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

Shades of Shamrock #34D49A

Tints of Shamrock #34D49A

Color information

#34D49A (or 0x34D49A) is unknown color: approx Shamrock. HEX triplet: 34, D4 and 9A. RGB value is (52,212,154). Sum of RGB (Red+Green+Blue) = 52+212+154=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #34D49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D49A is #CB2B65. Grayscale: #9D9D9D. Windows color (decimal): -13314918 or 10146868. OLE color: 10146868.

HSL color Cylindrical-coordinate representation of color #34D49A: hue angle of 158.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D49A is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB52212154-
CMYK0.7500.270.17
HSL158.25º65.04%51.76%-
HSV(B)158.25º75.47%83.14%-
XYZ30.7950.1538.63-
YUV157.55125.9952.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.44%
GREEN value IS 212 (83.20% from 255) = 50.72%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=12.44%
G=50.72%
B=36.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal522121540.7500.270.17158.2565.0451.76
Hex34D49A4B01B119e4134
Octal643242321130332123610164
Binary1101001101010010011010100101101101110001100111101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,212,154); }

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

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

 a { background-color: rgb(52,212,154); }

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

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

 span { border-color: rgb(52,212,154); }

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