Shades of British Racing Green #064935
Tints of British Racing Green #064935
RGB
CMYK
RGB Variations
Color information
#064935 (or 0x064935) is known color: British Racing Green. HEX triplet: 06, 49 and 35. RGB value is (6,73,53). Sum of RGB (Red+Green+Blue) = 6+73+53=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #064935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064935 is #F9B6CA. Grayscale: #323232. Windows color (decimal): -16365259 or 3492102. OLE color: 3492102.
HSL color Cylindrical-coordinate representation of color #064935: hue angle of 162.09º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064935 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 73 | 53 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.71 |
| HSL | 162.09º | 0.85% | 0.15% | - |
| HSV(B) | 162.09º | 0.92% | 0.29% | - |
| XYZ | 3.1 | 5.06 | 4.18 | - |
| YUV | 50.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 73 | 53 | 0.92 | 0 | 0.27 | 0.71 | 162.09 | 0.85 | 0.15 |
| Hex | 6 | 49 | 35 | 5C | 0 | 1B | 47 | A2 | 55 | F |
| Octal | 6 | 111 | 65 | 134 | 0 | 33 | 107 | 242 | 125 | 17 |
| Binary | 110 | 1001001 | 110101 | 1011100 | 0 | 11011 | 1000111 | 10100010 | 1010101 | 1111 |
Color Harmonies of #064935
Complementary color
Monochromatic Colors of #064935
Black with #064935
Text Example
Text Example
White with #064935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064935; }
p { color: rgb(6,73,53); }
H1.HeaderClassName
{
color: #064935;
}
.AnyTagClassName
{
color: #064935;
}
</style>
background-color css
<style>
a { background-color: #064935; }
a { background-color: rgb(6,73,53); }
div.DivClassName
{
background-color: #064935;
}
.BgClassName
{
background-color: #064935;
}
</style>
border-color css
<style>
span { border-color: #064935; }
span { border-color: rgb(6,73,53); }
td.TdClassName
{
border-color: #064935;
}
.TagClassName
{
border-color: #064935;
}
</style>