#059351

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

Shades of Pigment Green #059351

Tints of Pigment Green #059351

Color information

#059351 (or 0x059351) is unknown color: approx Pigment Green. HEX triplet: 05, 93 and 51. RGB value is (5,147,81). Sum of RGB (Red+Green+Blue) = 5+147+81=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #059351 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059351 is #FA6CAE. Grayscale: #616161. Windows color (decimal): -16411823 or 5346053. OLE color: 5346053.

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

Color convert

RGB514781-
CMYK0.9700.450.42
HSL152.11º93.42%29.8%-
HSV(B)152.11º96.6%57.65%-
XYZ11.9821.4911.3-
YUV97.02118.9662.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 147 (57.81% from 255) = 63.09%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=2.15%
G=63.09%
B=34.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5147810.9700.450.42152.1193.4229.8
Hex593516102D2A985d1e
Octal52231211410555223013536
Binary1011001001110100011100001010110110101010011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059351; }

 p { color: rgb(5,147,81); }

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

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

 a { background-color: rgb(5,147,81); }

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

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

 span { border-color: rgb(5,147,81); }

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