Shades of British Racing Green #054917
Tints of British Racing Green #054917
RGB
CMYK
RGB Variations
Color information
#054917 (or 0x054917) is known color: British Racing Green. HEX triplet: 05, 49 and 17. RGB value is (5,73,23). Sum of RGB (Red+Green+Blue) = 5+73+23=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #054917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054917 is #FAB6E8. Grayscale: #2F2F2F. Windows color (decimal): -16430825 or 1526021. OLE color: 1526021.
HSL color Cylindrical-coordinate representation of color #054917: hue angle of 135.88º 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 #054917 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 73 | 23 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.71 |
| HSL | 135.88º | 0.87% | 0.15% | - |
| HSV(B) | 135.88º | 0.93% | 0.29% | - |
| XYZ | 2.6 | 4.86 | 1.61 | - |
| YUV | 46.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 23 | 0.93 | 0 | 0.68 | 0.71 | 135.88 | 0.87 | 0.15 |
| Hex | 5 | 49 | 17 | 5D | 0 | 44 | 47 | 88 | 57 | F |
| Octal | 5 | 111 | 27 | 135 | 0 | 104 | 107 | 210 | 127 | 17 |
| Binary | 101 | 1001001 | 10111 | 1011101 | 0 | 1000100 | 1000111 | 10001000 | 1010111 | 1111 |
Color Harmonies of #054917
Complementary color
Monochromatic Colors of #054917
Black with #054917
Text Example
Text Example
White with #054917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054917; }
p { color: rgb(5,73,23); }
H1.HeaderClassName
{
color: #054917;
}
.AnyTagClassName
{
color: #054917;
}
</style>
background-color css
<style>
a { background-color: #054917; }
a { background-color: rgb(5,73,23); }
div.DivClassName
{
background-color: #054917;
}
.BgClassName
{
background-color: #054917;
}
</style>
border-color css
<style>
span { border-color: #054917; }
span { border-color: rgb(5,73,23); }
td.TdClassName
{
border-color: #054917;
}
.TagClassName
{
border-color: #054917;
}
</style>