Shades of British Racing Green #064A32
Tints of British Racing Green #064A32
RGB
CMYK
RGB Variations
Color information
#064A32 (or 0x064A32) is known color: British Racing Green. HEX triplet: 06, 4A and 32. RGB value is (6,74,50). Sum of RGB (Red+Green+Blue) = 6+74+50=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #064A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A32 is #F9B5CD. Grayscale: #323232. Windows color (decimal): -16365006 or 3295750. OLE color: 3295750.
HSL color Cylindrical-coordinate representation of color #064A32: hue angle of 158.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 #064A32 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 50 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.71 |
| HSL | 158.82º | 0.85% | 0.16% | - |
| HSV(B) | 158.82º | 0.92% | 0.29% | - |
| XYZ | 3.1 | 5.17 | 3.85 | - |
| YUV | 50.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 50 | 0.92 | 0 | 0.32 | 0.71 | 158.82 | 0.85 | 0.16 |
| Hex | 6 | 4A | 32 | 5C | 0 | 20 | 47 | 9F | 55 | 10 |
| Octal | 6 | 112 | 62 | 134 | 0 | 40 | 107 | 237 | 125 | 20 |
| Binary | 110 | 1001010 | 110010 | 1011100 | 0 | 100000 | 1000111 | 10011111 | 1010101 | 10000 |
Color Harmonies of #064A32
Complementary color
Monochromatic Colors of #064A32
Black with #064A32
Text Example
Text Example
White with #064A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A32; }
p { color: rgb(6,74,50); }
H1.HeaderClassName
{
color: #064A32;
}
.AnyTagClassName
{
color: #064A32;
}
</style>
background-color css
<style>
a { background-color: #064A32; }
a { background-color: rgb(6,74,50); }
div.DivClassName
{
background-color: #064A32;
}
.BgClassName
{
background-color: #064A32;
}
</style>
border-color css
<style>
span { border-color: #064A32; }
span { border-color: rgb(6,74,50); }
td.TdClassName
{
border-color: #064A32;
}
.TagClassName
{
border-color: #064A32;
}
</style>