#019134

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

Shades of Pigment Green #019134

Tints of Pigment Green #019134

Color information

#019134 (or 0x019134) is unknown color: approx Pigment Green. HEX triplet: 01, 91 and 34. RGB value is (1,145,52). Sum of RGB (Red+Green+Blue) = 1+145+52=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 145 (57.03% from 255 or 73.23% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 145 - color contains mainly: green. Hex color #019134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019134 is #FE6ECB. Grayscale: #5B5B5B. Windows color (decimal): -16674508 or 3444993. OLE color: 3444993.

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

Color convert

RGB114552-
CMYK0.9900.640.43
HSL141.25º98.63%28.63%-
HSV(B)141.25º99.31%56.86%-
XYZ10.7620.516.64-
YUV91.34105.7963.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 145 (57.03% from 255) = 73.23%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=0.51%
G=73.23%
B=26.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1145520.9900.640.43141.2598.6328.63
Hex19134630402B8d631d
Octal12216414301005321514335
Binary11001000111010011000110100000010101110001101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019134; }

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

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

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

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

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

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

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

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