#019136

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

Shades of Pigment Green #019136

Tints of Pigment Green #019136

Color information

#019136 (or 0x019136) is unknown color: approx Pigment Green. HEX triplet: 01, 91 and 36. RGB value is (1,145,54). Sum of RGB (Red+Green+Blue) = 1+145+54=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 145 (57.03% from 255 or 72.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 145 - color contains mainly: green. Hex color #019136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019136 is #FE6EC9. Grayscale: #5B5B5B. Windows color (decimal): -16674506 or 3576065. OLE color: 3576065.

HSL color Cylindrical-coordinate representation of color #019136: hue angle of 142.08º 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 #019136 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB114554-
CMYK0.9900.630.43
HSL142.08º98.63%28.63%-
HSV(B)142.08º99.31%56.86%-
XYZ10.820.526.88-
YUV91.57106.7963.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.5%
GREEN value IS 145 (57.03% from 255) = 72.5%
BLUE value IS 54 (21.48% from 255) = 27%
R=0.5%
G=72.5%
B=27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1145540.9900.630.43142.0898.6328.63
Hex191366303F2B8e631d
Octal1221661430775321614335
Binary1100100011101101100011011111110101110001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019136; }

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

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

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

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

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

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

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

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