Shades of British Racing Green #064A19
Tints of British Racing Green #064A19
RGB
CMYK
RGB Variations
Color information
#064A19 (or 0x064A19) is known color: British Racing Green. HEX triplet: 06, 4A and 19. RGB value is (6,74,25). Sum of RGB (Red+Green+Blue) = 6+74+25=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #064A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064A19 is #F9B5E6. Grayscale: #303030. Windows color (decimal): -16365031 or 1657350. OLE color: 1657350.
HSL color Cylindrical-coordinate representation of color #064A19: hue angle of 136.76º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A19 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 25 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.71 |
| HSL | 136.76º | 0.85% | 0.16% | - |
| HSV(B) | 136.76º | 0.92% | 0.29% | - |
| XYZ | 2.7 | 5.01 | 1.74 | - |
| YUV | 48.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 25 | 0.92 | 0 | 0.66 | 0.71 | 136.76 | 0.85 | 0.16 |
| Hex | 6 | 4A | 19 | 5C | 0 | 42 | 47 | 89 | 55 | 10 |
| Octal | 6 | 112 | 31 | 134 | 0 | 102 | 107 | 211 | 125 | 20 |
| Binary | 110 | 1001010 | 11001 | 1011100 | 0 | 1000010 | 1000111 | 10001001 | 1010101 | 10000 |
Color Harmonies of #064A19
Complementary color
Monochromatic Colors of #064A19
Black with #064A19
Text Example
Text Example
White with #064A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A19; }
p { color: rgb(6,74,25); }
H1.HeaderClassName
{
color: #064A19;
}
.AnyTagClassName
{
color: #064A19;
}
</style>
background-color css
<style>
a { background-color: #064A19; }
a { background-color: rgb(6,74,25); }
div.DivClassName
{
background-color: #064A19;
}
.BgClassName
{
background-color: #064A19;
}
</style>
border-color css
<style>
span { border-color: #064A19; }
span { border-color: rgb(6,74,25); }
td.TdClassName
{
border-color: #064A19;
}
.TagClassName
{
border-color: #064A19;
}
</style>