Shades of British Racing Green #054119
Tints of British Racing Green #054119
RGB
CMYK
RGB Variations
Color information
#054119 (or 0x054119) is known color: British Racing Green. HEX triplet: 05, 41 and 19. RGB value is (5,65,25). Sum of RGB (Red+Green+Blue) = 5+65+25=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #054119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054119 is #FABEE6. Grayscale: #2A2A2A. Windows color (decimal): -16432871 or 1655045. OLE color: 1655045.
HSL color Cylindrical-coordinate representation of color #054119: hue angle of 140º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054119 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 25 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.75 |
| HSL | 140º | 0.86% | 0.14% | - |
| HSV(B) | 140º | 0.92% | 0.25% | - |
| XYZ | 2.13 | 3.88 | 1.56 | - |
| YUV | 42.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 25 | 0.92 | 0 | 0.62 | 0.75 | 140 | 0.86 | 0.14 |
| Hex | 5 | 41 | 19 | 5C | 0 | 3E | 4B | 8C | 56 | E |
| Octal | 5 | 101 | 31 | 134 | 0 | 76 | 113 | 214 | 126 | 16 |
| Binary | 101 | 1000001 | 11001 | 1011100 | 0 | 111110 | 1001011 | 10001100 | 1010110 | 1110 |
Color Harmonies of #054119
Complementary color
Monochromatic Colors of #054119
Black with #054119
Text Example
Text Example
White with #054119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054119; }
p { color: rgb(5,65,25); }
H1.HeaderClassName
{
color: #054119;
}
.AnyTagClassName
{
color: #054119;
}
</style>
background-color css
<style>
a { background-color: #054119; }
a { background-color: rgb(5,65,25); }
div.DivClassName
{
background-color: #054119;
}
.BgClassName
{
background-color: #054119;
}
</style>
border-color css
<style>
span { border-color: #054119; }
span { border-color: rgb(5,65,25); }
td.TdClassName
{
border-color: #054119;
}
.TagClassName
{
border-color: #054119;
}
</style>