Shades of British Racing Green #005626
Tints of British Racing Green #005626
RGB
CMYK
RGB Variations
Color information
#005626 (or 0x005626) is known color: British Racing Green. HEX triplet: 00, 56 and 26. RGB value is (0,86,38). Sum of RGB (Red+Green+Blue) = 0+86+38=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #005626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005626 is #FFA9D9. Grayscale: #363636. Windows color (decimal): -16755162 or 2512384. OLE color: 2512384.
HSL color Cylindrical-coordinate representation of color #005626: hue angle of 146.51º 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 #005626 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 86 | 38 | - |
| CMYK | 1 | 0 | 0.56 | 0.66 |
| HSL | 146.51º | 1% | 0.17% | - |
| HSV(B) | 146.51º | 1% | 0.34% | - |
| XYZ | 3.68 | 6.8 | 2.95 | - |
| YUV | 54.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 38 | 1 | 0 | 0.56 | 0.66 | 146.51 | 1 | 0.17 |
| Hex | 0 | 56 | 26 | 64 | 0 | 38 | 42 | 93 | 64 | 11 |
| Octal | 0 | 126 | 46 | 144 | 0 | 70 | 102 | 223 | 144 | 21 |
| Binary | 0 | 1010110 | 100110 | 1100100 | 0 | 111000 | 1000010 | 10010011 | 1100100 | 10001 |
Color Harmonies of #005626
Complementary color
Monochromatic Colors of #005626
Black with #005626
Text Example
Text Example
White with #005626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005626; }
p { color: rgb(0,86,38); }
H1.HeaderClassName
{
color: #005626;
}
.AnyTagClassName
{
color: #005626;
}
</style>
background-color css
<style>
a { background-color: #005626; }
a { background-color: rgb(0,86,38); }
div.DivClassName
{
background-color: #005626;
}
.BgClassName
{
background-color: #005626;
}
</style>
border-color css
<style>
span { border-color: #005626; }
span { border-color: rgb(0,86,38); }
td.TdClassName
{
border-color: #005626;
}
.TagClassName
{
border-color: #005626;
}
</style>