Shades of British Racing Green #054621
Tints of British Racing Green #054621
RGB
CMYK
RGB Variations
Color information
#054621 (or 0x054621) is known color: British Racing Green. HEX triplet: 05, 46 and 21. RGB value is (5,70,33). Sum of RGB (Red+Green+Blue) = 5+70+33=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #054621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054621 is #FAB9DE. Grayscale: #2E2E2E. Windows color (decimal): -16431583 or 2180613. OLE color: 2180613.
HSL color Cylindrical-coordinate representation of color #054621: hue angle of 145.85º 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 #054621 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 70 | 33 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.73 |
| HSL | 145.85º | 0.87% | 0.15% | - |
| HSV(B) | 145.85º | 0.93% | 0.27% | - |
| XYZ | 2.53 | 4.52 | 2.18 | - |
| YUV | 46.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 33 | 0.93 | 0 | 0.53 | 0.73 | 145.85 | 0.87 | 0.15 |
| Hex | 5 | 46 | 21 | 5D | 0 | 35 | 49 | 92 | 57 | F |
| Octal | 5 | 106 | 41 | 135 | 0 | 65 | 111 | 222 | 127 | 17 |
| Binary | 101 | 1000110 | 100001 | 1011101 | 0 | 110101 | 1001001 | 10010010 | 1010111 | 1111 |
Color Harmonies of #054621
Complementary color
Monochromatic Colors of #054621
Black with #054621
Text Example
Text Example
White with #054621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054621; }
p { color: rgb(5,70,33); }
H1.HeaderClassName
{
color: #054621;
}
.AnyTagClassName
{
color: #054621;
}
</style>
background-color css
<style>
a { background-color: #054621; }
a { background-color: rgb(5,70,33); }
div.DivClassName
{
background-color: #054621;
}
.BgClassName
{
background-color: #054621;
}
</style>
border-color css
<style>
span { border-color: #054621; }
span { border-color: rgb(5,70,33); }
td.TdClassName
{
border-color: #054621;
}
.TagClassName
{
border-color: #054621;
}
</style>