#34C288

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

Shades of Shamrock #34C288

Tints of Shamrock #34C288

Color information

#34C288 (or 0x34C288) is unknown color: approx Shamrock. HEX triplet: 34, C2 and 88. RGB value is (52,194,136). Sum of RGB (Red+Green+Blue) = 52+194+136=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #34C288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C288 is #CB3D77. Grayscale: #919191. Windows color (decimal): -13319544 or 8962612. OLE color: 8962612.

HSL color Cylindrical-coordinate representation of color #34C288: hue angle of 155.49º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C288 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB52194136-
CMYK0.7300.300.24
HSL155.49º57.72%48.24%-
HSV(B)155.49º73.2%76.08%-
XYZ25.1541.0929.9-
YUV144.93122.9661.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.61%
GREEN value IS 194 (76.17% from 255) = 50.79%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=13.61%
G=50.79%
B=35.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal521941360.7300.300.24155.4957.7248.24
Hex34C2884901E189b3a30
Octal64302210111036302337260
Binary110100110000101000100010010010111101100010011011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,194,136); }

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

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

 a { background-color: rgb(52,194,136); }

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

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

 span { border-color: rgb(52,194,136); }

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