Shades of British Racing Green #005713
Tints of British Racing Green #005713
RGB
CMYK
RGB Variations
Color information
#005713 (or 0x005713) is known color: British Racing Green. HEX triplet: 00, 57 and 13. RGB value is (0,87,19). Sum of RGB (Red+Green+Blue) = 0+87+19=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 87 (34.38% from 255 or 82.08% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 87 - color contains mainly: green. Hex color #005713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005713 is #FFA8EC. Grayscale: #353535. Windows color (decimal): -16754925 or 1267456. OLE color: 1267456.
HSL color Cylindrical-coordinate representation of color #005713: hue angle of 133.1º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005713 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 87 | 19 | - |
| CMYK | 1 | 0 | 0.78 | 0.66 |
| HSL | 133.1º | 1% | 0.17% | - |
| HSV(B) | 133.1º | 1% | 0.34% | - |
| XYZ | 3.53 | 6.86 | 1.76 | - |
| YUV | 53.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 19 | 1 | 0 | 0.78 | 0.66 | 133.1 | 1 | 0.17 |
| Hex | 0 | 57 | 13 | 64 | 0 | 4E | 42 | 85 | 64 | 11 |
| Octal | 0 | 127 | 23 | 144 | 0 | 116 | 102 | 205 | 144 | 21 |
| Binary | 0 | 1010111 | 10011 | 1100100 | 0 | 1001110 | 1000010 | 10000101 | 1100100 | 10001 |
Color Harmonies of #005713
Complementary color
Monochromatic Colors of #005713
Black with #005713
Text Example
Text Example
White with #005713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005713; }
p { color: rgb(0,87,19); }
H1.HeaderClassName
{
color: #005713;
}
.AnyTagClassName
{
color: #005713;
}
</style>
background-color css
<style>
a { background-color: #005713; }
a { background-color: rgb(0,87,19); }
div.DivClassName
{
background-color: #005713;
}
.BgClassName
{
background-color: #005713;
}
</style>
border-color css
<style>
span { border-color: #005713; }
span { border-color: rgb(0,87,19); }
td.TdClassName
{
border-color: #005713;
}
.TagClassName
{
border-color: #005713;
}
</style>