Shades of Green Waterloo #161B05
Tints of Green Waterloo #161B05
RGB
CMYK
RGB Variations
Color information
#161B05 (or 0x161B05) is known color: Green Waterloo. HEX triplet: 16, 1B and 05. RGB value is (22,27,5). Sum of RGB (Red+Green+Blue) = 22+27+5=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #161B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B05 is #E9E4FA. Grayscale: #171717. Windows color (decimal): -15328507 or 334614. OLE color: 334614.
HSL color Cylindrical-coordinate representation of color #161B05: hue angle of 73.64º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #161B05 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 22 | 27 | 5 | - |
CMYK | 0.19 | 0 | 0.81 | 0.89 |
HSL | 73.64º | 0.69% | 0.06% | - |
HSV(B) | 73.64º | 0.81% | 0.11% | - |
XYZ | 0.75 | 0.97 | 0.29 | - |
YUV | 23 | 117.84 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 22 | 27 | 5 | 0.19 | 0 | 0.81 | 0.89 | 73.64 | 0.69 | 0.06 |
Hex | 16 | 1B | 5 | 13 | 0 | 51 | 59 | 4A | 45 | 6 |
Octal | 26 | 33 | 5 | 23 | 0 | 121 | 131 | 112 | 105 | 6 |
Binary | 10110 | 11011 | 101 | 10011 | 0 | 1010001 | 1011001 | 1001010 | 1000101 | 110 |
Color Harmonies of #161B05
Complementary color
Monochromatic Colors of #161B05
Black with #161B05
Text Example
Text Example
White with #161B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161B05; }
p { color: rgb(22,27,5); }
H1.HeaderClassName
{
color: #161B05;
}
.AnyTagClassName
{
color: #161B05;
}
</style>
background-color css
<style>
a { background-color: #161B05; }
a { background-color: rgb(22,27,5); }
div.DivClassName
{
background-color: #161B05;
}
.BgClassName
{
background-color: #161B05;
}
</style>
border-color css
<style>
span { border-color: #161B05; }
span { border-color: rgb(22,27,5); }
td.TdClassName
{
border-color: #161B05;
}
.TagClassName
{
border-color: #161B05;
}
</style>