Shades of British Racing Green #054C22
Tints of British Racing Green #054C22
RGB
CMYK
RGB Variations
Color information
#054C22 (or 0x054C22) is known color: British Racing Green. HEX triplet: 05, 4C and 22. RGB value is (5,76,34). Sum of RGB (Red+Green+Blue) = 5+76+34=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #054C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C22 is #FAB3DD. Grayscale: #323232. Windows color (decimal): -16430046 or 2247685. OLE color: 2247685.
HSL color Cylindrical-coordinate representation of color #054C22: hue angle of 144.51º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C22 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 34 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.70 |
| HSL | 144.51º | 0.88% | 0.16% | - |
| HSV(B) | 144.51º | 0.93% | 0.3% | - |
| XYZ | 2.94 | 5.32 | 2.38 | - |
| YUV | 49.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 34 | 0.93 | 0 | 0.55 | 0.70 | 144.51 | 0.88 | 0.16 |
| Hex | 5 | 4C | 22 | 5D | 0 | 37 | 46 | 91 | 58 | 10 |
| Octal | 5 | 114 | 42 | 135 | 0 | 67 | 106 | 221 | 130 | 20 |
| Binary | 101 | 1001100 | 100010 | 1011101 | 0 | 110111 | 1000110 | 10010001 | 1011000 | 10000 |
Color Harmonies of #054C22
Complementary color
Monochromatic Colors of #054C22
Black with #054C22
Text Example
Text Example
White with #054C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C22; }
p { color: rgb(5,76,34); }
H1.HeaderClassName
{
color: #054C22;
}
.AnyTagClassName
{
color: #054C22;
}
</style>
background-color css
<style>
a { background-color: #054C22; }
a { background-color: rgb(5,76,34); }
div.DivClassName
{
background-color: #054C22;
}
.BgClassName
{
background-color: #054C22;
}
</style>
border-color css
<style>
span { border-color: #054C22; }
span { border-color: rgb(5,76,34); }
td.TdClassName
{
border-color: #054C22;
}
.TagClassName
{
border-color: #054C22;
}
</style>