Shades of British Racing Green #045019
Tints of British Racing Green #045019
RGB
CMYK
RGB Variations
Color information
#045019 (or 0x045019) is known color: British Racing Green. HEX triplet: 04, 50 and 19. RGB value is (4,80,25). Sum of RGB (Red+Green+Blue) = 4+80+25=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 80 (31.64% from 255 or 73.39% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 80 - color contains mainly: green. Hex color #045019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045019 is #FBAFE6. Grayscale: #333333. Windows color (decimal): -16494567 or 1658884. OLE color: 1658884.
HSL color Cylindrical-coordinate representation of color #045019: hue angle of 136.58º 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 #045019 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 25 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.69 |
| HSL | 136.58º | 0.9% | 0.16% | - |
| HSV(B) | 136.58º | 0.95% | 0.31% | - |
| XYZ | 3.09 | 5.83 | 1.88 | - |
| YUV | 51.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 25 | 0.95 | 0 | 0.69 | 0.69 | 136.58 | 0.9 | 0.16 |
| Hex | 4 | 50 | 19 | 5F | 0 | 45 | 45 | 89 | 5A | 10 |
| Octal | 4 | 120 | 31 | 137 | 0 | 105 | 105 | 211 | 132 | 20 |
| Binary | 100 | 1010000 | 11001 | 1011111 | 0 | 1000101 | 1000101 | 10001001 | 1011010 | 10000 |
Color Harmonies of #045019
Complementary color
Monochromatic Colors of #045019
Black with #045019
Text Example
Text Example
White with #045019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045019; }
p { color: rgb(4,80,25); }
H1.HeaderClassName
{
color: #045019;
}
.AnyTagClassName
{
color: #045019;
}
</style>
background-color css
<style>
a { background-color: #045019; }
a { background-color: rgb(4,80,25); }
div.DivClassName
{
background-color: #045019;
}
.BgClassName
{
background-color: #045019;
}
</style>
border-color css
<style>
span { border-color: #045019; }
span { border-color: rgb(4,80,25); }
td.TdClassName
{
border-color: #045019;
}
.TagClassName
{
border-color: #045019;
}
</style>