Shades of British Racing Green #064D33
Tints of British Racing Green #064D33
RGB
CMYK
RGB Variations
Color information
#064D33 (or 0x064D33) is known color: British Racing Green. HEX triplet: 06, 4D and 33. RGB value is (6,77,51). Sum of RGB (Red+Green+Blue) = 6+77+51=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #064D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D33 is #F9B2CC. Grayscale: #343434. Windows color (decimal): -16364237 or 3362054. OLE color: 3362054.
HSL color Cylindrical-coordinate representation of color #064D33: hue angle of 158.03º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D33 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 51 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.70 |
| HSL | 158.03º | 0.86% | 0.16% | - |
| HSV(B) | 158.03º | 0.92% | 0.3% | - |
| XYZ | 3.33 | 5.59 | 4.03 | - |
| YUV | 52.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 51 | 0.92 | 0 | 0.34 | 0.70 | 158.03 | 0.86 | 0.16 |
| Hex | 6 | 4D | 33 | 5C | 0 | 22 | 46 | 9E | 56 | 10 |
| Octal | 6 | 115 | 63 | 134 | 0 | 42 | 106 | 236 | 126 | 20 |
| Binary | 110 | 1001101 | 110011 | 1011100 | 0 | 100010 | 1000110 | 10011110 | 1010110 | 10000 |
Color Harmonies of #064D33
Complementary color
Monochromatic Colors of #064D33
Black with #064D33
Text Example
Text Example
White with #064D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D33; }
p { color: rgb(6,77,51); }
H1.HeaderClassName
{
color: #064D33;
}
.AnyTagClassName
{
color: #064D33;
}
</style>
background-color css
<style>
a { background-color: #064D33; }
a { background-color: rgb(6,77,51); }
div.DivClassName
{
background-color: #064D33;
}
.BgClassName
{
background-color: #064D33;
}
</style>
border-color css
<style>
span { border-color: #064D33; }
span { border-color: rgb(6,77,51); }
td.TdClassName
{
border-color: #064D33;
}
.TagClassName
{
border-color: #064D33;
}
</style>