Shades of British Racing Green #054620
Tints of British Racing Green #054620
RGB
CMYK
RGB Variations
Color information
#054620 (or 0x054620) is known color: British Racing Green. HEX triplet: 05, 46 and 20. RGB value is (5,70,32). Sum of RGB (Red+Green+Blue) = 5+70+32=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #054620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054620 is #FAB9DF. Grayscale: #2E2E2E. Windows color (decimal): -16431584 or 2115077. OLE color: 2115077.
HSL color Cylindrical-coordinate representation of color #054620: hue angle of 144.92º 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 #054620 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 32 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.73 |
| HSL | 144.92º | 0.87% | 0.15% | - |
| HSV(B) | 144.92º | 0.93% | 0.27% | - |
| XYZ | 2.51 | 4.52 | 2.11 | - |
| YUV | 46.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 32 | 0.93 | 0 | 0.54 | 0.73 | 144.92 | 0.87 | 0.15 |
| Hex | 5 | 46 | 20 | 5D | 0 | 36 | 49 | 91 | 57 | F |
| Octal | 5 | 106 | 40 | 135 | 0 | 66 | 111 | 221 | 127 | 17 |
| Binary | 101 | 1000110 | 100000 | 1011101 | 0 | 110110 | 1001001 | 10010001 | 1010111 | 1111 |
Color Harmonies of #054620
Complementary color
Monochromatic Colors of #054620
Black with #054620
Text Example
Text Example
White with #054620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054620; }
p { color: rgb(5,70,32); }
H1.HeaderClassName
{
color: #054620;
}
.AnyTagClassName
{
color: #054620;
}
</style>
background-color css
<style>
a { background-color: #054620; }
a { background-color: rgb(5,70,32); }
div.DivClassName
{
background-color: #054620;
}
.BgClassName
{
background-color: #054620;
}
</style>
border-color css
<style>
span { border-color: #054620; }
span { border-color: rgb(5,70,32); }
td.TdClassName
{
border-color: #054620;
}
.TagClassName
{
border-color: #054620;
}
</style>