Shades of British Racing Green #054631
Tints of British Racing Green #054631
RGB
CMYK
RGB Variations
Color information
#054631 (or 0x054631) is known color: British Racing Green. HEX triplet: 05, 46 and 31. RGB value is (5,70,49). Sum of RGB (Red+Green+Blue) = 5+70+49=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #054631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054631 is #FAB9CE. Grayscale: #303030. Windows color (decimal): -16431567 or 3229189. OLE color: 3229189.
HSL color Cylindrical-coordinate representation of color #054631: hue angle of 160.62º 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 #054631 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 49 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.73 |
| HSL | 160.62º | 0.87% | 0.15% | - |
| HSV(B) | 160.62º | 0.93% | 0.27% | - |
| XYZ | 2.81 | 4.63 | 3.65 | - |
| YUV | 48.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 49 | 0.93 | 0 | 0.30 | 0.73 | 160.62 | 0.87 | 0.15 |
| Hex | 5 | 46 | 31 | 5D | 0 | 1E | 49 | A1 | 57 | F |
| Octal | 5 | 106 | 61 | 135 | 0 | 36 | 111 | 241 | 127 | 17 |
| Binary | 101 | 1000110 | 110001 | 1011101 | 0 | 11110 | 1001001 | 10100001 | 1010111 | 1111 |
Color Harmonies of #054631
Complementary color
Monochromatic Colors of #054631
Black with #054631
Text Example
Text Example
White with #054631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054631; }
p { color: rgb(5,70,49); }
H1.HeaderClassName
{
color: #054631;
}
.AnyTagClassName
{
color: #054631;
}
</style>
background-color css
<style>
a { background-color: #054631; }
a { background-color: rgb(5,70,49); }
div.DivClassName
{
background-color: #054631;
}
.BgClassName
{
background-color: #054631;
}
</style>
border-color css
<style>
span { border-color: #054631; }
span { border-color: rgb(5,70,49); }
td.TdClassName
{
border-color: #054631;
}
.TagClassName
{
border-color: #054631;
}
</style>