#141604

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

Shades of Green Waterloo #141604

Tints of Green Waterloo #141604

Color information

#141604 (or 0x141604) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 04. RGB value is (20,22,4). Sum of RGB (Red+Green+Blue) = 20+22+4=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #141604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141604 is #EBE9FB. Grayscale: #131313. Windows color (decimal): -15460860 or 267796. OLE color: 267796.

HSL color Cylindrical-coordinate representation of color #141604: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141604 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.91.

Color convert

RGB20224-
CMYK0.0900.820.91
HSL66.67º69.23%5.1%-
HSV(B)66.67º81.82%8.63%-
XYZ0.60.730.22-
YUV19.35119.34128.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=43.48%
G=47.83%
B=8.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202240.0900.820.9166.6769.235.1
Hex1416490525B43455
Octal242641101221331031055
Binary1010010110100100101010010101101110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141604; }

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

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

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

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

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

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

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

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