#141904

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

Shades of Green Waterloo #141904

Tints of Green Waterloo #141904

Color information

#141904 (or 0x141904) is unknown color: approx Green Waterloo. HEX triplet: 14, 19 and 04. RGB value is (20,25,4). Sum of RGB (Red+Green+Blue) = 20+25+4=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #141904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141904 is #EBE6FB. Grayscale: #151515. Windows color (decimal): -15460092 or 268564. OLE color: 268564.

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

Color convert

RGB20254-
CMYK0.2000.840.90
HSL74.29º72.41%5.69%-
HSV(B)74.29º84%9.8%-
XYZ0.660.850.24-
YUV21.11118.34127.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 4 (1.95% from 255) = 8.16%
R=40.82%
G=51.02%
B=8.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal202540.2000.840.9074.2972.415.69
Hex14194140545A4a486
Octal243142401241321121106
Binary10100110011001010001010100101101010010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141904; }

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

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

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

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

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

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

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

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