Shades of British Racing Green #054B20
Tints of British Racing Green #054B20
RGB
CMYK
RGB Variations
Color information
#054B20 (or 0x054B20) is known color: British Racing Green. HEX triplet: 05, 4B and 20. RGB value is (5,75,32). Sum of RGB (Red+Green+Blue) = 5+75+32=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #054B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B20 is #FAB4DF. Grayscale: #313131. Windows color (decimal): -16430304 or 2116357. OLE color: 2116357.
HSL color Cylindrical-coordinate representation of color #054B20: hue angle of 143.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B20 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 75 | 32 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.71 |
| HSL | 143.14º | 0.88% | 0.16% | - |
| HSV(B) | 143.14º | 0.93% | 0.29% | - |
| XYZ | 2.84 | 5.17 | 2.21 | - |
| YUV | 49.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 32 | 0.93 | 0 | 0.57 | 0.71 | 143.14 | 0.88 | 0.16 |
| Hex | 5 | 4B | 20 | 5D | 0 | 39 | 47 | 8F | 58 | 10 |
| Octal | 5 | 113 | 40 | 135 | 0 | 71 | 107 | 217 | 130 | 20 |
| Binary | 101 | 1001011 | 100000 | 1011101 | 0 | 111001 | 1000111 | 10001111 | 1011000 | 10000 |
Color Harmonies of #054B20
Complementary color
Monochromatic Colors of #054B20
Black with #054B20
Text Example
Text Example
White with #054B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B20; }
p { color: rgb(5,75,32); }
H1.HeaderClassName
{
color: #054B20;
}
.AnyTagClassName
{
color: #054B20;
}
</style>
background-color css
<style>
a { background-color: #054B20; }
a { background-color: rgb(5,75,32); }
div.DivClassName
{
background-color: #054B20;
}
.BgClassName
{
background-color: #054B20;
}
</style>
border-color css
<style>
span { border-color: #054B20; }
span { border-color: rgb(5,75,32); }
td.TdClassName
{
border-color: #054B20;
}
.TagClassName
{
border-color: #054B20;
}
</style>