#059058

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

Shades of Shamrock Green #059058

Tints of Shamrock Green #059058

Color information

#059058 (or 0x059058) is unknown color: approx Shamrock Green. HEX triplet: 05, 90 and 58. RGB value is (5,144,88). Sum of RGB (Red+Green+Blue) = 5+144+88=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #059058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059058 is #FA6FA7. Grayscale: #606060. Windows color (decimal): -16412584 or 5804037. OLE color: 5804037.

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

Color convert

RGB514488-
CMYK0.9700.390.44
HSL155.83º93.29%29.22%-
HSV(B)155.83º96.53%56.47%-
XYZ11.820.6812.6-
YUV96.06123.4563.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 144 (56.64% from 255) = 60.76%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=2.11%
G=60.76%
B=37.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144880.9700.390.44155.8393.2929.22
Hex59058610272C9c5d1d
Octal52201301410475423413535
Binary1011001000010110001100001010011110110010011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059058; }

 p { color: rgb(5,144,88); }

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

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

 a { background-color: rgb(5,144,88); }

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

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

 span { border-color: rgb(5,144,88); }

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