Shades of British Racing Green #05501A
Tints of British Racing Green #05501A
RGB
CMYK
RGB Variations
Color information
#05501A (or 0x05501A) is known color: British Racing Green. HEX triplet: 05, 50 and 1A. RGB value is (5,80,26). Sum of RGB (Red+Green+Blue) = 5+80+26=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #05501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05501A is #FAAFE5. Grayscale: #333333. Windows color (decimal): -16429030 or 1724421. OLE color: 1724421.
HSL color Cylindrical-coordinate representation of color #05501A: hue angle of 136.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05501A is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 26 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.69 |
| HSL | 136.8º | 0.88% | 0.17% | - |
| HSV(B) | 136.8º | 0.94% | 0.31% | - |
| XYZ | 3.12 | 5.84 | 1.94 | - |
| YUV | 51.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 26 | 0.94 | 0 | 0.67 | 0.69 | 136.8 | 0.88 | 0.17 |
| Hex | 5 | 50 | 1A | 5E | 0 | 43 | 45 | 89 | 58 | 11 |
| Octal | 5 | 120 | 32 | 136 | 0 | 103 | 105 | 211 | 130 | 21 |
| Binary | 101 | 1010000 | 11010 | 1011110 | 0 | 1000011 | 1000101 | 10001001 | 1011000 | 10001 |
Color Harmonies of #05501A
Complementary color
Monochromatic Colors of #05501A
Black with #05501A
Text Example
Text Example
White with #05501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05501A; }
p { color: rgb(5,80,26); }
H1.HeaderClassName
{
color: #05501A;
}
.AnyTagClassName
{
color: #05501A;
}
</style>
background-color css
<style>
a { background-color: #05501A; }
a { background-color: rgb(5,80,26); }
div.DivClassName
{
background-color: #05501A;
}
.BgClassName
{
background-color: #05501A;
}
</style>
border-color css
<style>
span { border-color: #05501A; }
span { border-color: rgb(5,80,26); }
td.TdClassName
{
border-color: #05501A;
}
.TagClassName
{
border-color: #05501A;
}
</style>