Shades of British Racing Green #054619
Tints of British Racing Green #054619
RGB
CMYK
RGB Variations
Color information
#054619 (or 0x054619) is known color: British Racing Green. HEX triplet: 05, 46 and 19. RGB value is (5,70,25). Sum of RGB (Red+Green+Blue) = 5+70+25=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #054619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054619 is #FAB9E6. Grayscale: #2D2D2D. Windows color (decimal): -16431591 or 1656325. OLE color: 1656325.
HSL color Cylindrical-coordinate representation of color #054619: hue angle of 138.46º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054619 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 25 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.73 |
| HSL | 138.46º | 0.87% | 0.15% | - |
| HSV(B) | 138.46º | 0.93% | 0.27% | - |
| XYZ | 2.43 | 4.48 | 1.66 | - |
| YUV | 45.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 25 | 0.93 | 0 | 0.64 | 0.73 | 138.46 | 0.87 | 0.15 |
| Hex | 5 | 46 | 19 | 5D | 0 | 40 | 49 | 8A | 57 | F |
| Octal | 5 | 106 | 31 | 135 | 0 | 100 | 111 | 212 | 127 | 17 |
| Binary | 101 | 1000110 | 11001 | 1011101 | 0 | 1000000 | 1001001 | 10001010 | 1010111 | 1111 |
Color Harmonies of #054619
Complementary color
Monochromatic Colors of #054619
Black with #054619
Text Example
Text Example
White with #054619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054619; }
p { color: rgb(5,70,25); }
H1.HeaderClassName
{
color: #054619;
}
.AnyTagClassName
{
color: #054619;
}
</style>
background-color css
<style>
a { background-color: #054619; }
a { background-color: rgb(5,70,25); }
div.DivClassName
{
background-color: #054619;
}
.BgClassName
{
background-color: #054619;
}
</style>
border-color css
<style>
span { border-color: #054619; }
span { border-color: rgb(5,70,25); }
td.TdClassName
{
border-color: #054619;
}
.TagClassName
{
border-color: #054619;
}
</style>