#059C55

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

Shades of Pigment Green #059C55

Tints of Pigment Green #059C55

Color information

#059C55 (or 0x059C55) is unknown color: approx Pigment Green. HEX triplet: 05, 9C and 55. RGB value is (5,156,85). Sum of RGB (Red+Green+Blue) = 5+156+85=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #059C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059C55 is #FA63AA. Grayscale: #666666. Windows color (decimal): -16409515 or 5610501. OLE color: 5610501.

HSL color Cylindrical-coordinate representation of color #059C55: hue angle of 151.79º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C55 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB515685-
CMYK0.9700.460.39
HSL151.79º93.79%31.57%-
HSV(B)151.79º96.79%61.18%-
XYZ13.5924.4712.6-
YUV102.76117.9758.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 156 (61.33% from 255) = 63.41%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=2.03%
G=63.41%
B=34.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5156850.9700.460.39151.7993.7931.57
Hex59C556102E27985e20
Octal52341251410564723013640
Binary10110011100101010111000010101110100111100110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059C55; }

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

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

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

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

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

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

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

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