Shades of British Racing Green #044532
Tints of British Racing Green #044532
RGB
CMYK
RGB Variations
Color information
#044532 (or 0x044532) is known color: British Racing Green. HEX triplet: 04, 45 and 32. RGB value is (4,69,50). Sum of RGB (Red+Green+Blue) = 4+69+50=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #044532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044532 is #FBBACD. Grayscale: #2F2F2F. Windows color (decimal): -16497358 or 3294468. OLE color: 3294468.
HSL color Cylindrical-coordinate representation of color #044532: hue angle of 162.46º 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 #044532 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 50 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.73 |
| HSL | 162.46º | 0.89% | 0.14% | - |
| HSV(B) | 162.46º | 0.94% | 0.27% | - |
| XYZ | 2.75 | 4.51 | 3.74 | - |
| YUV | 47.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 50 | 0.94 | 0 | 0.28 | 0.73 | 162.46 | 0.89 | 0.14 |
| Hex | 4 | 45 | 32 | 5E | 0 | 1C | 49 | A2 | 59 | E |
| Octal | 4 | 105 | 62 | 136 | 0 | 34 | 111 | 242 | 131 | 16 |
| Binary | 100 | 1000101 | 110010 | 1011110 | 0 | 11100 | 1001001 | 10100010 | 1011001 | 1110 |
Color Harmonies of #044532
Complementary color
Monochromatic Colors of #044532
Black with #044532
Text Example
Text Example
White with #044532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044532; }
p { color: rgb(4,69,50); }
H1.HeaderClassName
{
color: #044532;
}
.AnyTagClassName
{
color: #044532;
}
</style>
background-color css
<style>
a { background-color: #044532; }
a { background-color: rgb(4,69,50); }
div.DivClassName
{
background-color: #044532;
}
.BgClassName
{
background-color: #044532;
}
</style>
border-color css
<style>
span { border-color: #044532; }
span { border-color: rgb(4,69,50); }
td.TdClassName
{
border-color: #044532;
}
.TagClassName
{
border-color: #044532;
}
</style>