Shades of British Racing Green #054A16
Tints of British Racing Green #054A16
RGB
CMYK
RGB Variations
Color information
#054A16 (or 0x054A16) is known color: British Racing Green. HEX triplet: 05, 4A and 16. RGB value is (5,74,22). Sum of RGB (Red+Green+Blue) = 5+74+22=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 74 (29.30% from 255 or 73.27% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 74 - color contains mainly: green. Hex color #054A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054A16 is #FAB5E9. Grayscale: #2F2F2F. Windows color (decimal): -16430570 or 1460741. OLE color: 1460741.
HSL color Cylindrical-coordinate representation of color #054A16: hue angle of 134.78º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A16 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 22 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.71 |
| HSL | 134.78º | 0.87% | 0.15% | - |
| HSV(B) | 134.78º | 0.93% | 0.29% | - |
| XYZ | 2.66 | 4.99 | 1.58 | - |
| YUV | 47.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 22 | 0.93 | 0 | 0.70 | 0.71 | 134.78 | 0.87 | 0.15 |
| Hex | 5 | 4A | 16 | 5D | 0 | 46 | 47 | 87 | 57 | F |
| Octal | 5 | 112 | 26 | 135 | 0 | 106 | 107 | 207 | 127 | 17 |
| Binary | 101 | 1001010 | 10110 | 1011101 | 0 | 1000110 | 1000111 | 10000111 | 1010111 | 1111 |
Color Harmonies of #054A16
Complementary color
Monochromatic Colors of #054A16
Black with #054A16
Text Example
Text Example
White with #054A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A16; }
p { color: rgb(5,74,22); }
H1.HeaderClassName
{
color: #054A16;
}
.AnyTagClassName
{
color: #054A16;
}
</style>
background-color css
<style>
a { background-color: #054A16; }
a { background-color: rgb(5,74,22); }
div.DivClassName
{
background-color: #054A16;
}
.BgClassName
{
background-color: #054A16;
}
</style>
border-color css
<style>
span { border-color: #054A16; }
span { border-color: rgb(5,74,22); }
td.TdClassName
{
border-color: #054A16;
}
.TagClassName
{
border-color: #054A16;
}
</style>