Shades of British Racing Green #054725
Tints of British Racing Green #054725
RGB
CMYK
RGB Variations
Color information
#054725 (or 0x054725) is known color: British Racing Green. HEX triplet: 05, 47 and 25. RGB value is (5,71,37). Sum of RGB (Red+Green+Blue) = 5+71+37=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #054725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054725 is #FAB8DA. Grayscale: #2F2F2F. Windows color (decimal): -16431323 or 2443013. OLE color: 2443013.
HSL color Cylindrical-coordinate representation of color #054725: hue angle of 149.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054725 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 5 | 71 | 37 | - |
| CMYK | 0.93 | 0 | 0.48 | 0.72 |
| HSL | 149.09º | 0.87% | 0.15% | - |
| HSV(B) | 149.09º | 0.93% | 0.28% | - |
| XYZ | 2.65 | 4.67 | 2.51 | - |
| YUV | 47.39 | 122.13 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 37 | 0.93 | 0 | 0.48 | 0.72 | 149.09 | 0.87 | 0.15 |
| Hex | 5 | 47 | 25 | 5D | 0 | 30 | 48 | 95 | 57 | F |
| Octal | 5 | 107 | 45 | 135 | 0 | 60 | 110 | 225 | 127 | 17 |
| Binary | 101 | 1000111 | 100101 | 1011101 | 0 | 110000 | 1001000 | 10010101 | 1010111 | 1111 |
Color Harmonies of #054725
Complementary color
Monochromatic Colors of #054725
Black with #054725
Text Example
Text Example
White with #054725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054725; }
p { color: rgb(5,71,37); }
H1.HeaderClassName
{
color: #054725;
}
.AnyTagClassName
{
color: #054725;
}
</style>
background-color css
<style>
a { background-color: #054725; }
a { background-color: rgb(5,71,37); }
div.DivClassName
{
background-color: #054725;
}
.BgClassName
{
background-color: #054725;
}
</style>
border-color css
<style>
span { border-color: #054725; }
span { border-color: rgb(5,71,37); }
td.TdClassName
{
border-color: #054725;
}
.TagClassName
{
border-color: #054725;
}
</style>