Shades of British Racing Green #044620
Tints of British Racing Green #044620
RGB
CMYK
RGB Variations
Color information
#044620 (or 0x044620) is known color: British Racing Green. HEX triplet: 04, 46 and 20. RGB value is (4,70,32). Sum of RGB (Red+Green+Blue) = 4+70+32=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #044620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044620 is #FBB9DF. Grayscale: #2E2E2E. Windows color (decimal): -16497120 or 2115076. OLE color: 2115076.
HSL color Cylindrical-coordinate representation of color #044620: hue angle of 145.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044620 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 70 | 32 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.73 |
| HSL | 145.45º | 0.89% | 0.15% | - |
| HSV(B) | 145.45º | 0.94% | 0.27% | - |
| XYZ | 2.5 | 4.51 | 2.11 | - |
| YUV | 45.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 32 | 0.94 | 0 | 0.54 | 0.73 | 145.45 | 0.89 | 0.15 |
| Hex | 4 | 46 | 20 | 5E | 0 | 36 | 49 | 91 | 59 | F |
| Octal | 4 | 106 | 40 | 136 | 0 | 66 | 111 | 221 | 131 | 17 |
| Binary | 100 | 1000110 | 100000 | 1011110 | 0 | 110110 | 1001001 | 10010001 | 1011001 | 1111 |
Color Harmonies of #044620
Complementary color
Monochromatic Colors of #044620
Black with #044620
Text Example
Text Example
White with #044620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044620; }
p { color: rgb(4,70,32); }
H1.HeaderClassName
{
color: #044620;
}
.AnyTagClassName
{
color: #044620;
}
</style>
background-color css
<style>
a { background-color: #044620; }
a { background-color: rgb(4,70,32); }
div.DivClassName
{
background-color: #044620;
}
.BgClassName
{
background-color: #044620;
}
</style>
border-color css
<style>
span { border-color: #044620; }
span { border-color: rgb(4,70,32); }
td.TdClassName
{
border-color: #044620;
}
.TagClassName
{
border-color: #044620;
}
</style>