Shades of British Racing Green #055116
Tints of British Racing Green #055116
RGB
CMYK
RGB Variations
Color information
#055116 (or 0x055116) is known color: British Racing Green. HEX triplet: 05, 51 and 16. RGB value is (5,81,22). Sum of RGB (Red+Green+Blue) = 5+81+22=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #055116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055116 is #FAAEE9. Grayscale: #333333. Windows color (decimal): -16428778 or 1462533. OLE color: 1462533.
HSL color Cylindrical-coordinate representation of color #055116: hue angle of 133.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055116 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 22 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.68 |
| HSL | 133.42º | 0.88% | 0.17% | - |
| HSV(B) | 133.42º | 0.94% | 0.32% | - |
| XYZ | 3.15 | 5.98 | 1.75 | - |
| YUV | 51.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 22 | 0.94 | 0 | 0.73 | 0.68 | 133.42 | 0.88 | 0.17 |
| Hex | 5 | 51 | 16 | 5E | 0 | 49 | 44 | 85 | 58 | 11 |
| Octal | 5 | 121 | 26 | 136 | 0 | 111 | 104 | 205 | 130 | 21 |
| Binary | 101 | 1010001 | 10110 | 1011110 | 0 | 1001001 | 1000100 | 10000101 | 1011000 | 10001 |
Color Harmonies of #055116
Complementary color
Monochromatic Colors of #055116
Black with #055116
Text Example
Text Example
White with #055116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055116; }
p { color: rgb(5,81,22); }
H1.HeaderClassName
{
color: #055116;
}
.AnyTagClassName
{
color: #055116;
}
</style>
background-color css
<style>
a { background-color: #055116; }
a { background-color: rgb(5,81,22); }
div.DivClassName
{
background-color: #055116;
}
.BgClassName
{
background-color: #055116;
}
</style>
border-color css
<style>
span { border-color: #055116; }
span { border-color: rgb(5,81,22); }
td.TdClassName
{
border-color: #055116;
}
.TagClassName
{
border-color: #055116;
}
</style>