#019645

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

Shades of Pigment Green #019645

Tints of Pigment Green #019645

Color information

#019645 (or 0x019645) is unknown color: approx Pigment Green. HEX triplet: 01, 96 and 45. RGB value is (1,150,69). Sum of RGB (Red+Green+Blue) = 1+150+69=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #019645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019645 is #FE69BA. Grayscale: #606060. Windows color (decimal): -16673211 or 4560385. OLE color: 4560385.

HSL color Cylindrical-coordinate representation of color #019645: hue angle of 147.38º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019645 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB115069-
CMYK0.9900.540.41
HSL147.38º98.68%29.61%-
HSV(B)147.38º99.33%58.82%-
XYZ11.9922.259.29-
YUV96.22112.6460.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 150 (58.98% from 255) = 68.18%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=0.45%
G=68.18%
B=31.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1150690.9900.540.41147.3898.6829.61
Hex19645630362993631e
Octal12261051430665122314336
Binary11001011010001011100011011011010100110010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019645; }

 p { color: rgb(1,150,69); }

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

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

 a { background-color: rgb(1,150,69); }

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

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

 span { border-color: rgb(1,150,69); }

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