Shades of British Racing Green #004C13
Tints of British Racing Green #004C13
RGB
CMYK
RGB Variations
Color information
#004C13 (or 0x004C13) is known color: British Racing Green. HEX triplet: 00, 4C and 13. RGB value is (0,76,19). Sum of RGB (Red+Green+Blue) = 0+76+19=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 76 (30.08% from 255 or 80% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 76 - color contains mainly: green. Hex color #004C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004C13 is #FFB3EC. Grayscale: #2E2E2E. Windows color (decimal): -16757741 or 1264640. OLE color: 1264640.
HSL color Cylindrical-coordinate representation of color #004C13: hue angle of 135º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C13 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 76 | 19 | - |
| CMYK | 1 | 0 | 0.75 | 0.70 |
| HSL | 135º | 1% | 0.15% | - |
| HSV(B) | 135º | 1% | 0.3% | - |
| XYZ | 2.7 | 5.22 | 1.48 | - |
| YUV | 46.78 | 112.32 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 19 | 1 | 0 | 0.75 | 0.70 | 135 | 1 | 0.15 |
| Hex | 0 | 4C | 13 | 64 | 0 | 4B | 46 | 87 | 64 | F |
| Octal | 0 | 114 | 23 | 144 | 0 | 113 | 106 | 207 | 144 | 17 |
| Binary | 0 | 1001100 | 10011 | 1100100 | 0 | 1001011 | 1000110 | 10000111 | 1100100 | 1111 |
Color Harmonies of #004C13
Complementary color
Monochromatic Colors of #004C13
Black with #004C13
Text Example
Text Example
White with #004C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004C13; }
p { color: rgb(0,76,19); }
H1.HeaderClassName
{
color: #004C13;
}
.AnyTagClassName
{
color: #004C13;
}
</style>
background-color css
<style>
a { background-color: #004C13; }
a { background-color: rgb(0,76,19); }
div.DivClassName
{
background-color: #004C13;
}
.BgClassName
{
background-color: #004C13;
}
</style>
border-color css
<style>
span { border-color: #004C13; }
span { border-color: rgb(0,76,19); }
td.TdClassName
{
border-color: #004C13;
}
.TagClassName
{
border-color: #004C13;
}
</style>