Shades of British Racing Green #055024
Tints of British Racing Green #055024
RGB
CMYK
RGB Variations
Color information
#055024 (or 0x055024) is known color: British Racing Green. HEX triplet: 05, 50 and 24. RGB value is (5,80,36). Sum of RGB (Red+Green+Blue) = 5+80+36=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #055024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055024 is #FAAFDB. Grayscale: #343434. Windows color (decimal): -16429020 or 2379781. OLE color: 2379781.
HSL color Cylindrical-coordinate representation of color #055024: hue angle of 144.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055024 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 36 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.69 |
| HSL | 144.8º | 0.88% | 0.17% | - |
| HSV(B) | 144.8º | 0.94% | 0.31% | - |
| XYZ | 3.25 | 5.9 | 2.64 | - |
| YUV | 52.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 36 | 0.94 | 0 | 0.55 | 0.69 | 144.8 | 0.88 | 0.17 |
| Hex | 5 | 50 | 24 | 5E | 0 | 37 | 45 | 91 | 58 | 11 |
| Octal | 5 | 120 | 44 | 136 | 0 | 67 | 105 | 221 | 130 | 21 |
| Binary | 101 | 1010000 | 100100 | 1011110 | 0 | 110111 | 1000101 | 10010001 | 1011000 | 10001 |
Color Harmonies of #055024
Complementary color
Monochromatic Colors of #055024
Black with #055024
Text Example
Text Example
White with #055024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055024; }
p { color: rgb(5,80,36); }
H1.HeaderClassName
{
color: #055024;
}
.AnyTagClassName
{
color: #055024;
}
</style>
background-color css
<style>
a { background-color: #055024; }
a { background-color: rgb(5,80,36); }
div.DivClassName
{
background-color: #055024;
}
.BgClassName
{
background-color: #055024;
}
</style>
border-color css
<style>
span { border-color: #055024; }
span { border-color: rgb(5,80,36); }
td.TdClassName
{
border-color: #055024;
}
.TagClassName
{
border-color: #055024;
}
</style>