Shades of British Racing Green #054321
Tints of British Racing Green #054321
RGB
CMYK
RGB Variations
Color information
#054321 (or 0x054321) is known color: British Racing Green. HEX triplet: 05, 43 and 21. RGB value is (5,67,33). Sum of RGB (Red+Green+Blue) = 5+67+33=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #054321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054321 is #FABCDE. Grayscale: #2C2C2C. Windows color (decimal): -16432351 or 2179845. OLE color: 2179845.
HSL color Cylindrical-coordinate representation of color #054321: hue angle of 147.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054321 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 33 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.74 |
| HSL | 147.1º | 0.86% | 0.14% | - |
| HSV(B) | 147.1º | 0.93% | 0.26% | - |
| XYZ | 2.34 | 4.16 | 2.12 | - |
| YUV | 44.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 33 | 0.93 | 0 | 0.51 | 0.74 | 147.1 | 0.86 | 0.14 |
| Hex | 5 | 43 | 21 | 5D | 0 | 33 | 4A | 93 | 56 | E |
| Octal | 5 | 103 | 41 | 135 | 0 | 63 | 112 | 223 | 126 | 16 |
| Binary | 101 | 1000011 | 100001 | 1011101 | 0 | 110011 | 1001010 | 10010011 | 1010110 | 1110 |
Color Harmonies of #054321
Complementary color
Monochromatic Colors of #054321
Black with #054321
Text Example
Text Example
White with #054321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054321; }
p { color: rgb(5,67,33); }
H1.HeaderClassName
{
color: #054321;
}
.AnyTagClassName
{
color: #054321;
}
</style>
background-color css
<style>
a { background-color: #054321; }
a { background-color: rgb(5,67,33); }
div.DivClassName
{
background-color: #054321;
}
.BgClassName
{
background-color: #054321;
}
</style>
border-color css
<style>
span { border-color: #054321; }
span { border-color: rgb(5,67,33); }
td.TdClassName
{
border-color: #054321;
}
.TagClassName
{
border-color: #054321;
}
</style>