#34D195

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

Shades of Shamrock #34D195

Tints of Shamrock #34D195

Color information

#34D195 (or 0x34D195) is unknown color: approx Shamrock. HEX triplet: 34, D1 and 95. RGB value is (52,209,149). Sum of RGB (Red+Green+Blue) = 52+209+149=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #34D195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D195 is #CB2E6A. Grayscale: #9B9B9B. Windows color (decimal): -13315691 or 9818420. OLE color: 9818420.

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

Color convert

RGB52209149-
CMYK0.7500.290.18
HSL157.07º63.05%51.18%-
HSV(B)157.07º75.12%81.96%-
XYZ29.6448.536.23-
YUV155.22124.4954.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.68%
GREEN value IS 209 (82.03% from 255) = 50.98%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=12.68%
G=50.98%
B=36.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal522091490.7500.290.18157.0763.0551.18
Hex34D1954B01D129d3f33
Octal64321225113035222357763
Binary110100110100011001010110010110111011001010011101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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