#34D47F

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

Shades of Shamrock #34D47F

Tints of Shamrock #34D47F

Color information

#34D47F (or 0x34D47F) is unknown color: approx Shamrock. HEX triplet: 34, D4 and 7F. RGB value is (52,212,127). Sum of RGB (Red+Green+Blue) = 52+212+127=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #34D47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D47F is #CB2B80. Grayscale: #9A9A9A. Windows color (decimal): -13314945 or 8377396. OLE color: 8377396.

HSL color Cylindrical-coordinate representation of color #34D47F: hue angle of 148.12º 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 #34D47F is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB52212127-
CMYK0.7500.400.17
HSL148.12º65.04%51.76%-
HSV(B)148.12º75.47%83.14%-
XYZ28.7949.3528.09-
YUV154.47112.4954.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.30%
GREEN value IS 212 (83.20% from 255) = 54.22%
BLUE value IS 127 (50% from 255) = 32.48%
R=13.30%
G=54.22%
B=32.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal522121270.7500.400.17148.1265.0451.76
Hex34D47F4B02811944134
Octal643241771130502122410164
Binary1101001101010011111111001011010100010001100101001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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