Shades of Green Waterloo #141605
Tints of Green Waterloo #141605
RGB
CMYK
RGB Variations
Color information
#141605 (or 0x141605) is known color: Green Waterloo. HEX triplet: 14, 16 and 05. RGB value is (20,22,5). Sum of RGB (Red+Green+Blue) = 20+22+5=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #141605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141605 is #EBE9FA. Grayscale: #131313. Windows color (decimal): -15460859 or 333332. OLE color: 333332.
HSL color Cylindrical-coordinate representation of color #141605: hue angle of 67.06º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141605 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 22 | 5 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.91 |
| HSL | 67.06º | 0.63% | 0.05% | - |
| HSV(B) | 67.06º | 0.77% | 0.09% | - |
| XYZ | 0.6 | 0.73 | 0.25 | - |
| YUV | 19.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 5 | 0.09 | 0 | 0.77 | 0.91 | 67.06 | 0.63 | 0.05 |
| Hex | 14 | 16 | 5 | 9 | 0 | 4D | 5B | 43 | 3F | 5 |
| Octal | 24 | 26 | 5 | 11 | 0 | 115 | 133 | 103 | 77 | 5 |
| Binary | 10100 | 10110 | 101 | 1001 | 0 | 1001101 | 1011011 | 1000011 | 111111 | 101 |
Color Harmonies of #141605
Complementary color
Monochromatic Colors of #141605
Black with #141605
Text Example
Text Example
White with #141605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141605; }
p { color: rgb(20,22,5); }
H1.HeaderClassName
{
color: #141605;
}
.AnyTagClassName
{
color: #141605;
}
</style>
background-color css
<style>
a { background-color: #141605; }
a { background-color: rgb(20,22,5); }
div.DivClassName
{
background-color: #141605;
}
.BgClassName
{
background-color: #141605;
}
</style>
border-color css
<style>
span { border-color: #141605; }
span { border-color: rgb(20,22,5); }
td.TdClassName
{
border-color: #141605;
}
.TagClassName
{
border-color: #141605;
}
</style>