Shades of Green Waterloo #16180F
Tints of Green Waterloo #16180F
RGB
CMYK
RGB Variations
Color information
#16180F (or 0x16180F) is known color: Green Waterloo. HEX triplet: 16, 18 and 0F. RGB value is (22,24,15). Sum of RGB (Red+Green+Blue) = 22+24+15=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #16180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16180F is #E9E7F0. Grayscale: #161616. Windows color (decimal): -15329265 or 989206. OLE color: 989206.
HSL color Cylindrical-coordinate representation of color #16180F: hue angle of 73.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #16180F is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 24 | 15 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.91 |
| HSL | 73.33º | 0.23% | 0.08% | - |
| HSV(B) | 73.33º | 0.38% | 0.09% | - |
| XYZ | 0.74 | 0.86 | 0.58 | - |
| YUV | 22.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 15 | 0.08 | 0 | 0.37 | 0.91 | 73.33 | 0.23 | 0.08 |
| Hex | 16 | 18 | F | 8 | 0 | 25 | 5B | 49 | 17 | 8 |
| Octal | 26 | 30 | 17 | 10 | 0 | 45 | 133 | 111 | 27 | 10 |
| Binary | 10110 | 11000 | 1111 | 1000 | 0 | 100101 | 1011011 | 1001001 | 10111 | 1000 |
Color Harmonies of #16180F
Complementary color
Monochromatic Colors of #16180F
Black with #16180F
Text Example
Text Example
White with #16180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16180F; }
p { color: rgb(22,24,15); }
H1.HeaderClassName
{
color: #16180F;
}
.AnyTagClassName
{
color: #16180F;
}
</style>
background-color css
<style>
a { background-color: #16180F; }
a { background-color: rgb(22,24,15); }
div.DivClassName
{
background-color: #16180F;
}
.BgClassName
{
background-color: #16180F;
}
</style>
border-color css
<style>
span { border-color: #16180F; }
span { border-color: rgb(22,24,15); }
td.TdClassName
{
border-color: #16180F;
}
.TagClassName
{
border-color: #16180F;
}
</style>