#019137

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

Shades of Pigment Green #019137

Tints of Pigment Green #019137

Color information

#019137 (or 0x019137) is unknown color: approx Pigment Green. HEX triplet: 01, 91 and 37. RGB value is (1,145,55). Sum of RGB (Red+Green+Blue) = 1+145+55=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 145 (57.03% from 255 or 72.14% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 145 - color contains mainly: green. Hex color #019137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019137 is #FE6EC8. Grayscale: #5B5B5B. Windows color (decimal): -16674505 or 3641601. OLE color: 3641601.

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

Color convert

RGB114555-
CMYK0.9900.620.43
HSL142.5º98.63%28.63%-
HSV(B)142.5º99.31%56.86%-
XYZ10.8320.537.01-
YUV91.68107.2963.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 145 (57.03% from 255) = 72.14%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=0.50%
G=72.14%
B=27.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1145550.9900.620.43142.598.6328.63
Hex191376303E2B8e631d
Octal1221671430765321614335
Binary1100100011101111100011011111010101110001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019137; }

 p { color: rgb(1,145,55); }

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

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

 a { background-color: rgb(1,145,55); }

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

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

 span { border-color: rgb(1,145,55); }

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