Shades of British Racing Green #054F16
Tints of British Racing Green #054F16
RGB
CMYK
RGB Variations
Color information
#054F16 (or 0x054F16) is known color: British Racing Green. HEX triplet: 05, 4F and 16. RGB value is (5,79,22). Sum of RGB (Red+Green+Blue) = 5+79+22=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 79 (31.25% from 255 or 74.53% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 79 - color contains mainly: green. Hex color #054F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #054F16 is #FAB0E9. Grayscale: #323232. Windows color (decimal): -16429290 or 1462021. OLE color: 1462021.
HSL color Cylindrical-coordinate representation of color #054F16: hue angle of 133.78º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F16 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 22 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.69 |
| HSL | 133.78º | 0.88% | 0.16% | - |
| HSV(B) | 133.78º | 0.94% | 0.31% | - |
| XYZ | 3 | 5.68 | 1.7 | - |
| YUV | 50.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 22 | 0.94 | 0 | 0.72 | 0.69 | 133.78 | 0.88 | 0.16 |
| Hex | 5 | 4F | 16 | 5E | 0 | 48 | 45 | 86 | 58 | 10 |
| Octal | 5 | 117 | 26 | 136 | 0 | 110 | 105 | 206 | 130 | 20 |
| Binary | 101 | 1001111 | 10110 | 1011110 | 0 | 1001000 | 1000101 | 10000110 | 1011000 | 10000 |
Color Harmonies of #054F16
Complementary color
Monochromatic Colors of #054F16
Black with #054F16
Text Example
Text Example
White with #054F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F16; }
p { color: rgb(5,79,22); }
H1.HeaderClassName
{
color: #054F16;
}
.AnyTagClassName
{
color: #054F16;
}
</style>
background-color css
<style>
a { background-color: #054F16; }
a { background-color: rgb(5,79,22); }
div.DivClassName
{
background-color: #054F16;
}
.BgClassName
{
background-color: #054F16;
}
</style>
border-color css
<style>
span { border-color: #054F16; }
span { border-color: rgb(5,79,22); }
td.TdClassName
{
border-color: #054F16;
}
.TagClassName
{
border-color: #054F16;
}
</style>