Shades of British Racing Green #04511C
Tints of British Racing Green #04511C
RGB
CMYK
RGB Variations
Color information
#04511C (or 0x04511C) is known color: British Racing Green. HEX triplet: 04, 51 and 1C. RGB value is (4,81,28). Sum of RGB (Red+Green+Blue) = 4+81+28=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #04511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04511C is #FBAEE3. Grayscale: #343434. Windows color (decimal): -16494308 or 1855748. OLE color: 1855748.
HSL color Cylindrical-coordinate representation of color #04511C: hue angle of 138.7º 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 #04511C is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 28 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.68 |
| HSL | 138.7º | 0.91% | 0.17% | - |
| HSV(B) | 138.7º | 0.95% | 0.32% | - |
| XYZ | 3.2 | 5.99 | 2.09 | - |
| YUV | 51.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 28 | 0.95 | 0 | 0.65 | 0.68 | 138.7 | 0.91 | 0.17 |
| Hex | 4 | 51 | 1C | 5F | 0 | 41 | 44 | 8B | 5B | 11 |
| Octal | 4 | 121 | 34 | 137 | 0 | 101 | 104 | 213 | 133 | 21 |
| Binary | 100 | 1010001 | 11100 | 1011111 | 0 | 1000001 | 1000100 | 10001011 | 1011011 | 10001 |
Color Harmonies of #04511C
Complementary color
Monochromatic Colors of #04511C
Black with #04511C
Text Example
Text Example
White with #04511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04511C; }
p { color: rgb(4,81,28); }
H1.HeaderClassName
{
color: #04511C;
}
.AnyTagClassName
{
color: #04511C;
}
</style>
background-color css
<style>
a { background-color: #04511C; }
a { background-color: rgb(4,81,28); }
div.DivClassName
{
background-color: #04511C;
}
.BgClassName
{
background-color: #04511C;
}
</style>
border-color css
<style>
span { border-color: #04511C; }
span { border-color: rgb(4,81,28); }
td.TdClassName
{
border-color: #04511C;
}
.TagClassName
{
border-color: #04511C;
}
</style>