#141606

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

Shades of Green Waterloo #141606

Tints of Green Waterloo #141606

Color information

#141606 (or 0x141606) is unknown color: approx Green Waterloo. HEX triplet: 14, 16 and 06. RGB value is (20,22,6). Sum of RGB (Red+Green+Blue) = 20+22+6=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #141606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141606 is #EBE9F9. Grayscale: #131313. Windows color (decimal): -15460858 or 398868. OLE color: 398868.

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

Color convert

RGB20226-
CMYK0.0900.730.91
HSL67.5º57.14%5.49%-
HSV(B)67.5º72.73%8.63%-
XYZ0.610.740.28-
YUV19.58120.34128.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 22 (8.98% from 255) = 45.83%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=41.67%
G=45.83%
B=12.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202260.0900.730.9167.557.145.49
Hex1416690495B44395
Octal24266110111133104715
Binary101001011011010010100100110110111000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141606; }

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

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

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

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

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

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

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

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