#059352

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

Shades of Shamrock Green #059352

Tints of Shamrock Green #059352

Color information

#059352 (or 0x059352) is unknown color: approx Shamrock Green. HEX triplet: 05, 93 and 52. RGB value is (5,147,82). Sum of RGB (Red+Green+Blue) = 5+147+82=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #059352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059352 is #FA6CAD. Grayscale: #616161. Windows color (decimal): -16411822 or 5411589. OLE color: 5411589.

HSL color Cylindrical-coordinate representation of color #059352: hue angle of 152.54º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059352 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB514782-
CMYK0.9700.440.42
HSL152.54º93.42%29.8%-
HSV(B)152.54º96.6%57.65%-
XYZ12.0221.5111.5-
YUV97.13119.4662.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 147 (57.81% from 255) = 62.82%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=2.14%
G=62.82%
B=35.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5147820.9700.440.42152.5493.4229.8
Hex593526102C2A995d1e
Octal52231221410545223113536
Binary1011001001110100101100001010110010101010011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059352; }

 p { color: rgb(5,147,82); }

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

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

 a { background-color: rgb(5,147,82); }

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

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

 span { border-color: rgb(5,147,82); }

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