Shades of British Racing Green #005524
Tints of British Racing Green #005524
RGB
CMYK
RGB Variations
Color information
#005524 (or 0x005524) is known color: British Racing Green. HEX triplet: 00, 55 and 24. RGB value is (0,85,36). Sum of RGB (Red+Green+Blue) = 0+85+36=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #005524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005524 is #FFAADB. Grayscale: #363636. Windows color (decimal): -16755420 or 2381056. OLE color: 2381056.
HSL color Cylindrical-coordinate representation of color #005524: hue angle of 145.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005524 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 36 | - |
| CMYK | 1 | 0 | 0.58 | 0.67 |
| HSL | 145.41º | 1% | 0.17% | - |
| HSV(B) | 145.41º | 1% | 0.33% | - |
| XYZ | 3.57 | 6.62 | 2.76 | - |
| YUV | 54 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 36 | 1 | 0 | 0.58 | 0.67 | 145.41 | 1 | 0.17 |
| Hex | 0 | 55 | 24 | 64 | 0 | 3A | 43 | 91 | 64 | 11 |
| Octal | 0 | 125 | 44 | 144 | 0 | 72 | 103 | 221 | 144 | 21 |
| Binary | 0 | 1010101 | 100100 | 1100100 | 0 | 111010 | 1000011 | 10010001 | 1100100 | 10001 |
Color Harmonies of #005524
Complementary color
Monochromatic Colors of #005524
Black with #005524
Text Example
Text Example
White with #005524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005524; }
p { color: rgb(0,85,36); }
H1.HeaderClassName
{
color: #005524;
}
.AnyTagClassName
{
color: #005524;
}
</style>
background-color css
<style>
a { background-color: #005524; }
a { background-color: rgb(0,85,36); }
div.DivClassName
{
background-color: #005524;
}
.BgClassName
{
background-color: #005524;
}
</style>
border-color css
<style>
span { border-color: #005524; }
span { border-color: rgb(0,85,36); }
td.TdClassName
{
border-color: #005524;
}
.TagClassName
{
border-color: #005524;
}
</style>