Shades of British Racing Green #005410
Tints of British Racing Green #005410
RGB
CMYK
RGB Variations
Color information
#005410 (or 0x005410) is known color: British Racing Green. HEX triplet: 00, 54 and 10. RGB value is (0,84,16). Sum of RGB (Red+Green+Blue) = 0+84+16=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 84 (33.20% from 255 or 84% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 84 - color contains mainly: green. Hex color #005410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005410 is #FFABEF. Grayscale: #333333. Windows color (decimal): -16755696 or 1070080. OLE color: 1070080.
HSL color Cylindrical-coordinate representation of color #005410: hue angle of 131.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005410 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 16 | - |
| CMYK | 1 | 0 | 0.81 | 0.67 |
| HSL | 131.43º | 1% | 0.16% | - |
| HSV(B) | 131.43º | 1% | 0.33% | - |
| XYZ | 3.26 | 6.38 | 1.55 | - |
| YUV | 51.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 16 | 1 | 0 | 0.81 | 0.67 | 131.43 | 1 | 0.16 |
| Hex | 0 | 54 | 10 | 64 | 0 | 51 | 43 | 83 | 64 | 10 |
| Octal | 0 | 124 | 20 | 144 | 0 | 121 | 103 | 203 | 144 | 20 |
| Binary | 0 | 1010100 | 10000 | 1100100 | 0 | 1010001 | 1000011 | 10000011 | 1100100 | 10000 |
Color Harmonies of #005410
Complementary color
Monochromatic Colors of #005410
Black with #005410
Text Example
Text Example
White with #005410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005410; }
p { color: rgb(0,84,16); }
H1.HeaderClassName
{
color: #005410;
}
.AnyTagClassName
{
color: #005410;
}
</style>
background-color css
<style>
a { background-color: #005410; }
a { background-color: rgb(0,84,16); }
div.DivClassName
{
background-color: #005410;
}
.BgClassName
{
background-color: #005410;
}
</style>
border-color css
<style>
span { border-color: #005410; }
span { border-color: rgb(0,84,16); }
td.TdClassName
{
border-color: #005410;
}
.TagClassName
{
border-color: #005410;
}
</style>