Shades of British Racing Green #064D1C
Tints of British Racing Green #064D1C
RGB
CMYK
RGB Variations
Color information
#064D1C (or 0x064D1C) is known color: British Racing Green. HEX triplet: 06, 4D and 1C. RGB value is (6,77,28). Sum of RGB (Red+Green+Blue) = 6+77+28=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #064D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D1C is #F9B2E3. Grayscale: #323232. Windows color (decimal): -16364260 or 1854726. OLE color: 1854726.
HSL color Cylindrical-coordinate representation of color #064D1C: hue angle of 138.59º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D1C is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 28 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.70 |
| HSL | 138.59º | 0.86% | 0.16% | - |
| HSV(B) | 138.59º | 0.92% | 0.3% | - |
| XYZ | 2.94 | 5.43 | 1.99 | - |
| YUV | 50.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 28 | 0.92 | 0 | 0.64 | 0.70 | 138.59 | 0.86 | 0.16 |
| Hex | 6 | 4D | 1C | 5C | 0 | 40 | 46 | 8B | 56 | 10 |
| Octal | 6 | 115 | 34 | 134 | 0 | 100 | 106 | 213 | 126 | 20 |
| Binary | 110 | 1001101 | 11100 | 1011100 | 0 | 1000000 | 1000110 | 10001011 | 1010110 | 10000 |
Color Harmonies of #064D1C
Complementary color
Monochromatic Colors of #064D1C
Black with #064D1C
Text Example
Text Example
White with #064D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D1C; }
p { color: rgb(6,77,28); }
H1.HeaderClassName
{
color: #064D1C;
}
.AnyTagClassName
{
color: #064D1C;
}
</style>
background-color css
<style>
a { background-color: #064D1C; }
a { background-color: rgb(6,77,28); }
div.DivClassName
{
background-color: #064D1C;
}
.BgClassName
{
background-color: #064D1C;
}
</style>
border-color css
<style>
span { border-color: #064D1C; }
span { border-color: rgb(6,77,28); }
td.TdClassName
{
border-color: #064D1C;
}
.TagClassName
{
border-color: #064D1C;
}
</style>