Shades of British Racing Green #005316
Tints of British Racing Green #005316
RGB
CMYK
RGB Variations
Color information
#005316 (or 0x005316) is known color: British Racing Green. HEX triplet: 00, 53 and 16. RGB value is (0,83,22). Sum of RGB (Red+Green+Blue) = 0+83+22=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #005316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005316 is #FFACE9. Grayscale: #333333. Windows color (decimal): -16755946 or 1463040. OLE color: 1463040.
HSL color Cylindrical-coordinate representation of color #005316: hue angle of 135.9º 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 #005316 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 22 | - |
| CMYK | 1 | 0 | 0.73 | 0.67 |
| HSL | 135.9º | 1% | 0.16% | - |
| HSV(B) | 135.9º | 1% | 0.33% | - |
| XYZ | 3.24 | 6.24 | 1.79 | - |
| YUV | 51.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 22 | 1 | 0 | 0.73 | 0.67 | 135.9 | 1 | 0.16 |
| Hex | 0 | 53 | 16 | 64 | 0 | 49 | 43 | 88 | 64 | 10 |
| Octal | 0 | 123 | 26 | 144 | 0 | 111 | 103 | 210 | 144 | 20 |
| Binary | 0 | 1010011 | 10110 | 1100100 | 0 | 1001001 | 1000011 | 10001000 | 1100100 | 10000 |
Color Harmonies of #005316
Complementary color
Monochromatic Colors of #005316
Black with #005316
Text Example
Text Example
White with #005316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005316; }
p { color: rgb(0,83,22); }
H1.HeaderClassName
{
color: #005316;
}
.AnyTagClassName
{
color: #005316;
}
</style>
background-color css
<style>
a { background-color: #005316; }
a { background-color: rgb(0,83,22); }
div.DivClassName
{
background-color: #005316;
}
.BgClassName
{
background-color: #005316;
}
</style>
border-color css
<style>
span { border-color: #005316; }
span { border-color: rgb(0,83,22); }
td.TdClassName
{
border-color: #005316;
}
.TagClassName
{
border-color: #005316;
}
</style>