#059550

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

Shades of Pigment Green #059550

Tints of Pigment Green #059550

Color information

#059550 (or 0x059550) is unknown color: approx Pigment Green. HEX triplet: 05, 95 and 50. RGB value is (5,149,80). Sum of RGB (Red+Green+Blue) = 5+149+80=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #059550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059550 is #FA6AAF. Grayscale: #626262. Windows color (decimal): -16411312 or 5281029. OLE color: 5281029.

HSL color Cylindrical-coordinate representation of color #059550: hue angle of 151.25º degrees, saturation: 0.94, 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 #059550 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB514980-
CMYK0.9700.460.42
HSL151.25º93.51%30.2%-
HSV(B)151.25º96.64%58.43%-
XYZ12.2622.1111.21-
YUV98.08117.7961.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.14%
GREEN value IS 149 (58.59% from 255) = 63.68%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=2.14%
G=63.68%
B=34.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5149800.9700.460.42151.2593.5130.2
Hex595506102E2A975e1e
Octal52251201410565222713636
Binary1011001010110100001100001010111010101010010111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059550; }

 p { color: rgb(5,149,80); }

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

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

 a { background-color: rgb(5,149,80); }

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

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

 span { border-color: rgb(5,149,80); }

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