Shades of British Racing Green #054224
Tints of British Racing Green #054224
RGB
CMYK
RGB Variations
Color information
#054224 (or 0x054224) is known color: British Racing Green. HEX triplet: 05, 42 and 24. RGB value is (5,66,36). Sum of RGB (Red+Green+Blue) = 5+66+36=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #054224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054224 is #FABDDB. Grayscale: #2C2C2C. Windows color (decimal): -16432604 or 2376197. OLE color: 2376197.
HSL color Cylindrical-coordinate representation of color #054224: hue angle of 150.49º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054224 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 66 | 36 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.74 |
| HSL | 150.49º | 0.86% | 0.14% | - |
| HSV(B) | 150.49º | 0.92% | 0.26% | - |
| XYZ | 2.33 | 4.06 | 2.33 | - |
| YUV | 44.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 36 | 0.92 | 0 | 0.45 | 0.74 | 150.49 | 0.86 | 0.14 |
| Hex | 5 | 42 | 24 | 5C | 0 | 2D | 4A | 96 | 56 | E |
| Octal | 5 | 102 | 44 | 134 | 0 | 55 | 112 | 226 | 126 | 16 |
| Binary | 101 | 1000010 | 100100 | 1011100 | 0 | 101101 | 1001010 | 10010110 | 1010110 | 1110 |
Color Harmonies of #054224
Complementary color
Monochromatic Colors of #054224
Black with #054224
Text Example
Text Example
White with #054224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054224; }
p { color: rgb(5,66,36); }
H1.HeaderClassName
{
color: #054224;
}
.AnyTagClassName
{
color: #054224;
}
</style>
background-color css
<style>
a { background-color: #054224; }
a { background-color: rgb(5,66,36); }
div.DivClassName
{
background-color: #054224;
}
.BgClassName
{
background-color: #054224;
}
</style>
border-color css
<style>
span { border-color: #054224; }
span { border-color: rgb(5,66,36); }
td.TdClassName
{
border-color: #054224;
}
.TagClassName
{
border-color: #054224;
}
</style>