Shades of British Racing Green #044016
Tints of British Racing Green #044016
RGB
CMYK
RGB Variations
Color information
#044016 (or 0x044016) is known color: British Racing Green. HEX triplet: 04, 40 and 16. RGB value is (4,64,22). Sum of RGB (Red+Green+Blue) = 4+64+22=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #044016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #044016 is #FBBFE9. Grayscale: #292929. Windows color (decimal): -16498666 or 1458180. OLE color: 1458180.
HSL color Cylindrical-coordinate representation of color #044016: hue angle of 138º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044016 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 22 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.75 |
| HSL | 138º | 0.88% | 0.13% | - |
| HSV(B) | 138º | 0.94% | 0.25% | - |
| XYZ | 2.03 | 3.75 | 1.38 | - |
| YUV | 41.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 22 | 0.94 | 0 | 0.66 | 0.75 | 138 | 0.88 | 0.13 |
| Hex | 4 | 40 | 16 | 5E | 0 | 42 | 4B | 8A | 58 | D |
| Octal | 4 | 100 | 26 | 136 | 0 | 102 | 113 | 212 | 130 | 15 |
| Binary | 100 | 1000000 | 10110 | 1011110 | 0 | 1000010 | 1001011 | 10001010 | 1011000 | 1101 |
Color Harmonies of #044016
Complementary color
Monochromatic Colors of #044016
Black with #044016
Text Example
Text Example
White with #044016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044016; }
p { color: rgb(4,64,22); }
H1.HeaderClassName
{
color: #044016;
}
.AnyTagClassName
{
color: #044016;
}
</style>
background-color css
<style>
a { background-color: #044016; }
a { background-color: rgb(4,64,22); }
div.DivClassName
{
background-color: #044016;
}
.BgClassName
{
background-color: #044016;
}
</style>
border-color css
<style>
span { border-color: #044016; }
span { border-color: rgb(4,64,22); }
td.TdClassName
{
border-color: #044016;
}
.TagClassName
{
border-color: #044016;
}
</style>