Shades of British Racing Green #04511E
Tints of British Racing Green #04511E
RGB
CMYK
RGB Variations
Color information
#04511E (or 0x04511E) is known color: British Racing Green. HEX triplet: 04, 51 and 1E. RGB value is (4,81,30). Sum of RGB (Red+Green+Blue) = 4+81+30=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #04511E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04511E is #FBAEE1. Grayscale: #343434. Windows color (decimal): -16494306 or 1986820. OLE color: 1986820.
HSL color Cylindrical-coordinate representation of color #04511E: hue angle of 140.26º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04511E is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 30 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.68 |
| HSL | 140.26º | 0.91% | 0.17% | - |
| HSV(B) | 140.26º | 0.95% | 0.32% | - |
| XYZ | 3.23 | 6 | 2.22 | - |
| YUV | 52.16 | 115.49 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 30 | 0.95 | 0 | 0.63 | 0.68 | 140.26 | 0.91 | 0.17 |
| Hex | 4 | 51 | 1E | 5F | 0 | 3F | 44 | 8C | 5B | 11 |
| Octal | 4 | 121 | 36 | 137 | 0 | 77 | 104 | 214 | 133 | 21 |
| Binary | 100 | 1010001 | 11110 | 1011111 | 0 | 111111 | 1000100 | 10001100 | 1011011 | 10001 |
Color Harmonies of #04511E
Complementary color
Monochromatic Colors of #04511E
Black with #04511E
Text Example
Text Example
White with #04511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04511E; }
p { color: rgb(4,81,30); }
H1.HeaderClassName
{
color: #04511E;
}
.AnyTagClassName
{
color: #04511E;
}
</style>
background-color css
<style>
a { background-color: #04511E; }
a { background-color: rgb(4,81,30); }
div.DivClassName
{
background-color: #04511E;
}
.BgClassName
{
background-color: #04511E;
}
</style>
border-color css
<style>
span { border-color: #04511E; }
span { border-color: rgb(4,81,30); }
td.TdClassName
{
border-color: #04511E;
}
.TagClassName
{
border-color: #04511E;
}
</style>