Shades of British Racing Green #045013
Tints of British Racing Green #045013
RGB
CMYK
RGB Variations
Color information
#045013 (or 0x045013) is known color: British Racing Green. HEX triplet: 04, 50 and 13. RGB value is (4,80,19). Sum of RGB (Red+Green+Blue) = 4+80+19=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #045013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045013 is #FBAFEC. Grayscale: #323232. Windows color (decimal): -16494573 or 1265668. OLE color: 1265668.
HSL color Cylindrical-coordinate representation of color #045013: hue angle of 131.84º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045013 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 19 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.69 |
| HSL | 131.84º | 0.9% | 0.16% | - |
| HSV(B) | 131.84º | 0.95% | 0.31% | - |
| XYZ | 3.04 | 5.81 | 1.58 | - |
| YUV | 50.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 19 | 0.95 | 0 | 0.76 | 0.69 | 131.84 | 0.9 | 0.16 |
| Hex | 4 | 50 | 13 | 5F | 0 | 4C | 45 | 84 | 5A | 10 |
| Octal | 4 | 120 | 23 | 137 | 0 | 114 | 105 | 204 | 132 | 20 |
| Binary | 100 | 1010000 | 10011 | 1011111 | 0 | 1001100 | 1000101 | 10000100 | 1011010 | 10000 |
Color Harmonies of #045013
Complementary color
Monochromatic Colors of #045013
Black with #045013
Text Example
Text Example
White with #045013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045013; }
p { color: rgb(4,80,19); }
H1.HeaderClassName
{
color: #045013;
}
.AnyTagClassName
{
color: #045013;
}
</style>
background-color css
<style>
a { background-color: #045013; }
a { background-color: rgb(4,80,19); }
div.DivClassName
{
background-color: #045013;
}
.BgClassName
{
background-color: #045013;
}
</style>
border-color css
<style>
span { border-color: #045013; }
span { border-color: rgb(4,80,19); }
td.TdClassName
{
border-color: #045013;
}
.TagClassName
{
border-color: #045013;
}
</style>