#141901

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

Shades of Green Waterloo #141901

Tints of Green Waterloo #141901

Color information

#141901 (or 0x141901) is unknown color: approx Green Waterloo. HEX triplet: 14, 19 and 01. RGB value is (20,25,1). Sum of RGB (Red+Green+Blue) = 20+25+1=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 25 (10.16% from 255 or 54.35% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 25 - color contains mainly: green. Hex color #141901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141901 is #EBE6FE. Grayscale: #141414. Windows color (decimal): -15460095 or 71956. OLE color: 71956.

HSL color Cylindrical-coordinate representation of color #141901: hue angle of 72.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #141901 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB20251-
CMYK0.2000.960.90
HSL72.5º92.31%5.1%-
HSV(B)72.5º96%9.8%-
XYZ0.640.850.16-
YUV20.77116.84127.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 25 (10.16% from 255) = 54.35%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=43.48%
G=54.35%
B=2.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202510.2000.960.9072.592.315.1
Hex14191140605A485c5
Octal243112401401321101345
Binary101001100111010001100000101101010010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141901; }

 p { color: rgb(20,25,1); }

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

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

 a { background-color: rgb(20,25,1); }

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

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

 span { border-color: rgb(20,25,1); }

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