#059F48

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

Shades of Pigment Green #059F48

Tints of Pigment Green #059F48

Color information

#059F48 (or 0x059F48) is unknown color: approx Pigment Green. HEX triplet: 05, 9F and 48. RGB value is (5,159,72). Sum of RGB (Red+Green+Blue) = 5+159+72=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 159 (62.5% from 255 or 67.37% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 159 - color contains mainly: green. Hex color #059F48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059F48 is #FA60B7. Grayscale: #676767. Windows color (decimal): -16408760 or 4759301. OLE color: 4759301.

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

Color convert

RGB515972-
CMYK0.9700.550.38
HSL146.1º93.9%32.16%-
HSV(B)146.1º96.86%62.35%-
XYZ13.6325.310.3-
YUV103.04110.4858.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 159 (62.5% from 255) = 67.37%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=2.12%
G=67.37%
B=30.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5159720.9700.550.38146.193.932.16
Hex59F486103726925e20
Octal52371101410674622213640
Binary10110011111100100011000010110111100110100100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,159,72); }

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

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

 a { background-color: rgb(5,159,72); }

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

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

 span { border-color: rgb(5,159,72); }

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