Shades of British Racing Green #045119
Tints of British Racing Green #045119
RGB
CMYK
RGB Variations
Color information
#045119 (or 0x045119) is known color: British Racing Green. HEX triplet: 04, 51 and 19. RGB value is (4,81,25). Sum of RGB (Red+Green+Blue) = 4+81+25=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #045119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045119 is #FBAEE6. Grayscale: #333333. Windows color (decimal): -16494311 or 1659140. OLE color: 1659140.
HSL color Cylindrical-coordinate representation of color #045119: hue angle of 136.36º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045119 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 25 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.68 |
| HSL | 136.36º | 0.91% | 0.17% | - |
| HSV(B) | 136.36º | 0.95% | 0.32% | - |
| XYZ | 3.17 | 5.98 | 1.91 | - |
| YUV | 51.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 25 | 0.95 | 0 | 0.69 | 0.68 | 136.36 | 0.91 | 0.17 |
| Hex | 4 | 51 | 19 | 5F | 0 | 45 | 44 | 88 | 5B | 11 |
| Octal | 4 | 121 | 31 | 137 | 0 | 105 | 104 | 210 | 133 | 21 |
| Binary | 100 | 1010001 | 11001 | 1011111 | 0 | 1000101 | 1000100 | 10001000 | 1011011 | 10001 |
Color Harmonies of #045119
Complementary color
Monochromatic Colors of #045119
Black with #045119
Text Example
Text Example
White with #045119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045119; }
p { color: rgb(4,81,25); }
H1.HeaderClassName
{
color: #045119;
}
.AnyTagClassName
{
color: #045119;
}
</style>
background-color css
<style>
a { background-color: #045119; }
a { background-color: rgb(4,81,25); }
div.DivClassName
{
background-color: #045119;
}
.BgClassName
{
background-color: #045119;
}
</style>
border-color css
<style>
span { border-color: #045119; }
span { border-color: rgb(4,81,25); }
td.TdClassName
{
border-color: #045119;
}
.TagClassName
{
border-color: #045119;
}
</style>