Shades of British Racing Green #064A18
Tints of British Racing Green #064A18
RGB
CMYK
RGB Variations
Color information
#064A18 (or 0x064A18) is known color: British Racing Green. HEX triplet: 06, 4A and 18. RGB value is (6,74,24). Sum of RGB (Red+Green+Blue) = 6+74+24=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 74 (29.30% from 255 or 71.15% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 74 - color contains mainly: green. Hex color #064A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064A18 is #F9B5E7. Grayscale: #303030. Windows color (decimal): -16365032 or 1591814. OLE color: 1591814.
HSL color Cylindrical-coordinate representation of color #064A18: hue angle of 135.88º 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 #064A18 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 24 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.71 |
| HSL | 135.88º | 0.85% | 0.16% | - |
| HSV(B) | 135.88º | 0.92% | 0.29% | - |
| XYZ | 2.69 | 5 | 1.69 | - |
| YUV | 47.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 24 | 0.92 | 0 | 0.68 | 0.71 | 135.88 | 0.85 | 0.16 |
| Hex | 6 | 4A | 18 | 5C | 0 | 44 | 47 | 88 | 55 | 10 |
| Octal | 6 | 112 | 30 | 134 | 0 | 104 | 107 | 210 | 125 | 20 |
| Binary | 110 | 1001010 | 11000 | 1011100 | 0 | 1000100 | 1000111 | 10001000 | 1010101 | 10000 |
Color Harmonies of #064A18
Complementary color
Monochromatic Colors of #064A18
Black with #064A18
Text Example
Text Example
White with #064A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A18; }
p { color: rgb(6,74,24); }
H1.HeaderClassName
{
color: #064A18;
}
.AnyTagClassName
{
color: #064A18;
}
</style>
background-color css
<style>
a { background-color: #064A18; }
a { background-color: rgb(6,74,24); }
div.DivClassName
{
background-color: #064A18;
}
.BgClassName
{
background-color: #064A18;
}
</style>
border-color css
<style>
span { border-color: #064A18; }
span { border-color: rgb(6,74,24); }
td.TdClassName
{
border-color: #064A18;
}
.TagClassName
{
border-color: #064A18;
}
</style>