Shades of British Racing Green #005510
Tints of British Racing Green #005510
RGB
CMYK
RGB Variations
Color information
#005510 (or 0x005510) is known color: British Racing Green. HEX triplet: 00, 55 and 10. RGB value is (0,85,16). Sum of RGB (Red+Green+Blue) = 0+85+16=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #005510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005510 is #FFAAEF. Grayscale: #333333. Windows color (decimal): -16755440 or 1070336. OLE color: 1070336.
HSL color Cylindrical-coordinate representation of color #005510: hue angle of 131.29º 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 #005510 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 16 | - |
| CMYK | 1 | 0 | 0.81 | 0.67 |
| HSL | 131.29º | 1% | 0.17% | - |
| HSV(B) | 131.29º | 1% | 0.33% | - |
| XYZ | 3.34 | 6.53 | 1.58 | - |
| YUV | 51.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 16 | 1 | 0 | 0.81 | 0.67 | 131.29 | 1 | 0.17 |
| Hex | 0 | 55 | 10 | 64 | 0 | 51 | 43 | 83 | 64 | 11 |
| Octal | 0 | 125 | 20 | 144 | 0 | 121 | 103 | 203 | 144 | 21 |
| Binary | 0 | 1010101 | 10000 | 1100100 | 0 | 1010001 | 1000011 | 10000011 | 1100100 | 10001 |
Color Harmonies of #005510
Complementary color
Monochromatic Colors of #005510
Black with #005510
Text Example
Text Example
White with #005510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005510; }
p { color: rgb(0,85,16); }
H1.HeaderClassName
{
color: #005510;
}
.AnyTagClassName
{
color: #005510;
}
</style>
background-color css
<style>
a { background-color: #005510; }
a { background-color: rgb(0,85,16); }
div.DivClassName
{
background-color: #005510;
}
.BgClassName
{
background-color: #005510;
}
</style>
border-color css
<style>
span { border-color: #005510; }
span { border-color: rgb(0,85,16); }
td.TdClassName
{
border-color: #005510;
}
.TagClassName
{
border-color: #005510;
}
</style>