Shades of British Racing Green #044516
Tints of British Racing Green #044516
RGB
CMYK
RGB Variations
Color information
#044516 (or 0x044516) is known color: British Racing Green. HEX triplet: 04, 45 and 16. RGB value is (4,69,22). Sum of RGB (Red+Green+Blue) = 4+69+22=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 69 (27.34% from 255 or 72.63% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 69 - color contains mainly: green. Hex color #044516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044516 is #FBBAE9. Grayscale: #2C2C2C. Windows color (decimal): -16497386 or 1459460. OLE color: 1459460.
HSL color Cylindrical-coordinate representation of color #044516: hue angle of 136.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044516 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 22 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.73 |
| HSL | 136.62º | 0.89% | 0.14% | - |
| HSV(B) | 136.62º | 0.94% | 0.27% | - |
| XYZ | 2.32 | 4.34 | 1.47 | - |
| YUV | 44.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 22 | 0.94 | 0 | 0.68 | 0.73 | 136.62 | 0.89 | 0.14 |
| Hex | 4 | 45 | 16 | 5E | 0 | 44 | 49 | 89 | 59 | E |
| Octal | 4 | 105 | 26 | 136 | 0 | 104 | 111 | 211 | 131 | 16 |
| Binary | 100 | 1000101 | 10110 | 1011110 | 0 | 1000100 | 1001001 | 10001001 | 1011001 | 1110 |
Color Harmonies of #044516
Complementary color
Monochromatic Colors of #044516
Black with #044516
Text Example
Text Example
White with #044516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044516; }
p { color: rgb(4,69,22); }
H1.HeaderClassName
{
color: #044516;
}
.AnyTagClassName
{
color: #044516;
}
</style>
background-color css
<style>
a { background-color: #044516; }
a { background-color: rgb(4,69,22); }
div.DivClassName
{
background-color: #044516;
}
.BgClassName
{
background-color: #044516;
}
</style>
border-color css
<style>
span { border-color: #044516; }
span { border-color: rgb(4,69,22); }
td.TdClassName
{
border-color: #044516;
}
.TagClassName
{
border-color: #044516;
}
</style>