Shades of British Racing Green #064A21
Tints of British Racing Green #064A21
RGB
CMYK
RGB Variations
Color information
#064A21 (or 0x064A21) is known color: British Racing Green. HEX triplet: 06, 4A and 21. RGB value is (6,74,33). Sum of RGB (Red+Green+Blue) = 6+74+33=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #064A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A21 is #F9B5DE. Grayscale: #313131. Windows color (decimal): -16365023 or 2181638. OLE color: 2181638.
HSL color Cylindrical-coordinate representation of color #064A21: hue angle of 143.82º 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 #064A21 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 33 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.71 |
| HSL | 143.82º | 0.85% | 0.16% | - |
| HSV(B) | 143.82º | 0.92% | 0.29% | - |
| XYZ | 2.8 | 5.05 | 2.27 | - |
| YUV | 48.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 33 | 0.92 | 0 | 0.55 | 0.71 | 143.82 | 0.85 | 0.16 |
| Hex | 6 | 4A | 21 | 5C | 0 | 37 | 47 | 90 | 55 | 10 |
| Octal | 6 | 112 | 41 | 134 | 0 | 67 | 107 | 220 | 125 | 20 |
| Binary | 110 | 1001010 | 100001 | 1011100 | 0 | 110111 | 1000111 | 10010000 | 1010101 | 10000 |
Color Harmonies of #064A21
Complementary color
Monochromatic Colors of #064A21
Black with #064A21
Text Example
Text Example
White with #064A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A21; }
p { color: rgb(6,74,33); }
H1.HeaderClassName
{
color: #064A21;
}
.AnyTagClassName
{
color: #064A21;
}
</style>
background-color css
<style>
a { background-color: #064A21; }
a { background-color: rgb(6,74,33); }
div.DivClassName
{
background-color: #064A21;
}
.BgClassName
{
background-color: #064A21;
}
</style>
border-color css
<style>
span { border-color: #064A21; }
span { border-color: rgb(6,74,33); }
td.TdClassName
{
border-color: #064A21;
}
.TagClassName
{
border-color: #064A21;
}
</style>