Shades of British Racing Green #054022
Tints of British Racing Green #054022
RGB
CMYK
RGB Variations
Color information
#054022 (or 0x054022) is known color: British Racing Green. HEX triplet: 05, 40 and 22. RGB value is (5,64,34). Sum of RGB (Red+Green+Blue) = 5+64+34=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #054022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054022 is #FABFDD. Grayscale: #2B2B2B. Windows color (decimal): -16433118 or 2244613. OLE color: 2244613.
HSL color Cylindrical-coordinate representation of color #054022: hue angle of 149.49º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054022 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 34 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.75 |
| HSL | 149.49º | 0.86% | 0.14% | - |
| HSV(B) | 149.49º | 0.92% | 0.25% | - |
| XYZ | 2.18 | 3.81 | 2.13 | - |
| YUV | 42.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 34 | 0.92 | 0 | 0.47 | 0.75 | 149.49 | 0.86 | 0.14 |
| Hex | 5 | 40 | 22 | 5C | 0 | 2F | 4B | 95 | 56 | E |
| Octal | 5 | 100 | 42 | 134 | 0 | 57 | 113 | 225 | 126 | 16 |
| Binary | 101 | 1000000 | 100010 | 1011100 | 0 | 101111 | 1001011 | 10010101 | 1010110 | 1110 |
Color Harmonies of #054022
Complementary color
Monochromatic Colors of #054022
Black with #054022
Text Example
Text Example
White with #054022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054022; }
p { color: rgb(5,64,34); }
H1.HeaderClassName
{
color: #054022;
}
.AnyTagClassName
{
color: #054022;
}
</style>
background-color css
<style>
a { background-color: #054022; }
a { background-color: rgb(5,64,34); }
div.DivClassName
{
background-color: #054022;
}
.BgClassName
{
background-color: #054022;
}
</style>
border-color css
<style>
span { border-color: #054022; }
span { border-color: rgb(5,64,34); }
td.TdClassName
{
border-color: #054022;
}
.TagClassName
{
border-color: #054022;
}
</style>