#059138

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

Shades of Pigment Green #059138

Tints of Pigment Green #059138

Color information

#059138 (or 0x059138) is unknown color: approx Pigment Green. HEX triplet: 05, 91 and 38. RGB value is (5,145,56). Sum of RGB (Red+Green+Blue) = 5+145+56=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #059138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059138 is #FA6EC7. Grayscale: #5D5D5D. Windows color (decimal): -16412360 or 3707141. OLE color: 3707141.

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

Color convert

RGB514556-
CMYK0.9700.610.43
HSL141.86º93.33%29.41%-
HSV(B)141.86º96.55%56.86%-
XYZ10.920.577.14-
YUV92.99107.1265.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 145 (57.03% from 255) = 70.39%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=2.43%
G=70.39%
B=27.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5145560.9700.610.43141.8693.3329.41
Hex591386103D2B8e5d1d
Octal5221701410755321613535
Binary101100100011110001100001011110110101110001110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059138; }

 p { color: rgb(5,145,56); }

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

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

 a { background-color: rgb(5,145,56); }

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

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

 span { border-color: rgb(5,145,56); }

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