#34D18E

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

Shades of Shamrock #34D18E

Tints of Shamrock #34D18E

Color information

#34D18E (or 0x34D18E) is unknown color: approx Shamrock. HEX triplet: 34, D1 and 8E. RGB value is (52,209,142). Sum of RGB (Red+Green+Blue) = 52+209+142=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #34D18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D18E is #CB2E71. Grayscale: #9A9A9A. Windows color (decimal): -13315698 or 9359668. OLE color: 9359668.

HSL color Cylindrical-coordinate representation of color #34D18E: hue angle of 154.39º degrees, saturation: 0.63, 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 #34D18E is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB52209142-
CMYK0.7500.320.18
HSL154.39º63.05%51.18%-
HSV(B)154.39º75.12%81.96%-
XYZ29.148.2833.38-
YUV154.42120.9954.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.90%
GREEN value IS 209 (82.03% from 255) = 51.86%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=12.90%
G=51.86%
B=35.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522091420.7500.320.18154.3963.0551.18
Hex34D18E4B020129a3f33
Octal64321216113040222327763
Binary1101001101000110001110100101101000001001010011010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,209,142); }

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

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

 a { background-color: rgb(52,209,142); }

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

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

 span { border-color: rgb(52,209,142); }

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