#059855

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

Shades of Shamrock Green #059855

Tints of Shamrock Green #059855

Color information

#059855 (or 0x059855) is unknown color: approx Shamrock Green. HEX triplet: 05, 98 and 55. RGB value is (5,152,85). Sum of RGB (Red+Green+Blue) = 5+152+85=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #059855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059855 is #FA67AA. Grayscale: #646464. Windows color (decimal): -16410539 or 5609477. OLE color: 5609477.

HSL color Cylindrical-coordinate representation of color #059855: hue angle of 152.65º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059855 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB515285-
CMYK0.9700.440.40
HSL152.65º93.63%30.78%-
HSV(B)152.65º96.71%59.61%-
XYZ12.9323.1412.38-
YUV100.41119.359.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 152 (59.77% from 255) = 62.81%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=2.07%
G=62.81%
B=35.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5152850.9700.440.40152.6593.6330.78
Hex598556102C28995e1f
Octal52301251410545023113637
Binary1011001100010101011100001010110010100010011001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059855; }

 p { color: rgb(5,152,85); }

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

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

 a { background-color: rgb(5,152,85); }

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

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

 span { border-color: rgb(5,152,85); }

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