Shades of British Racing Green #044D34
Tints of British Racing Green #044D34
RGB
CMYK
RGB Variations
Color information
#044D34 (or 0x044D34) is known color: British Racing Green. HEX triplet: 04, 4D and 34. RGB value is (4,77,52). Sum of RGB (Red+Green+Blue) = 4+77+52=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 77 (30.47% from 255 or 57.89% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 77 - color contains mainly: green. Hex color #044D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D34 is #FBB2CB. Grayscale: #343434. Windows color (decimal): -16495308 or 3427588. OLE color: 3427588.
HSL color Cylindrical-coordinate representation of color #044D34: hue angle of 159.45º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044D34 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 77 | 52 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.70 |
| HSL | 159.45º | 0.9% | 0.16% | - |
| HSV(B) | 159.45º | 0.95% | 0.3% | - |
| XYZ | 3.32 | 5.58 | 4.15 | - |
| YUV | 52.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 52 | 0.95 | 0 | 0.32 | 0.70 | 159.45 | 0.9 | 0.16 |
| Hex | 4 | 4D | 34 | 5F | 0 | 20 | 46 | 9F | 5A | 10 |
| Octal | 4 | 115 | 64 | 137 | 0 | 40 | 106 | 237 | 132 | 20 |
| Binary | 100 | 1001101 | 110100 | 1011111 | 0 | 100000 | 1000110 | 10011111 | 1011010 | 10000 |
Color Harmonies of #044D34
Complementary color
Monochromatic Colors of #044D34
Black with #044D34
Text Example
Text Example
White with #044D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D34; }
p { color: rgb(4,77,52); }
H1.HeaderClassName
{
color: #044D34;
}
.AnyTagClassName
{
color: #044D34;
}
</style>
background-color css
<style>
a { background-color: #044D34; }
a { background-color: rgb(4,77,52); }
div.DivClassName
{
background-color: #044D34;
}
.BgClassName
{
background-color: #044D34;
}
</style>
border-color css
<style>
span { border-color: #044D34; }
span { border-color: rgb(4,77,52); }
td.TdClassName
{
border-color: #044D34;
}
.TagClassName
{
border-color: #044D34;
}
</style>