Shades of British Racing Green #044F36
Tints of British Racing Green #044F36
RGB
CMYK
RGB Variations
Color information
#044F36 (or 0x044F36) is known color: British Racing Green. HEX triplet: 04, 4F and 36. RGB value is (4,79,54). Sum of RGB (Red+Green+Blue) = 4+79+54=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #044F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F36 is #FBB0C9. Grayscale: #353535. Windows color (decimal): -16494794 or 3559172. OLE color: 3559172.
HSL color Cylindrical-coordinate representation of color #044F36: hue angle of 160º 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 #044F36 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 79 | 54 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.69 |
| HSL | 160º | 0.9% | 0.16% | - |
| HSV(B) | 160º | 0.95% | 0.31% | - |
| XYZ | 3.51 | 5.88 | 4.44 | - |
| YUV | 53.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 54 | 0.95 | 0 | 0.32 | 0.69 | 160 | 0.9 | 0.16 |
| Hex | 4 | 4F | 36 | 5F | 0 | 20 | 45 | A0 | 5A | 10 |
| Octal | 4 | 117 | 66 | 137 | 0 | 40 | 105 | 240 | 132 | 20 |
| Binary | 100 | 1001111 | 110110 | 1011111 | 0 | 100000 | 1000101 | 10100000 | 1011010 | 10000 |
Color Harmonies of #044F36
Complementary color
Monochromatic Colors of #044F36
Black with #044F36
Text Example
Text Example
White with #044F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F36; }
p { color: rgb(4,79,54); }
H1.HeaderClassName
{
color: #044F36;
}
.AnyTagClassName
{
color: #044F36;
}
</style>
background-color css
<style>
a { background-color: #044F36; }
a { background-color: rgb(4,79,54); }
div.DivClassName
{
background-color: #044F36;
}
.BgClassName
{
background-color: #044F36;
}
</style>
border-color css
<style>
span { border-color: #044F36; }
span { border-color: rgb(4,79,54); }
td.TdClassName
{
border-color: #044F36;
}
.TagClassName
{
border-color: #044F36;
}
</style>