Shades of British Racing Green #064823
Tints of British Racing Green #064823
RGB
CMYK
RGB Variations
Color information
#064823 (or 0x064823) is known color: British Racing Green. HEX triplet: 06, 48 and 23. RGB value is (6,72,35). Sum of RGB (Red+Green+Blue) = 6+72+35=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #064823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064823 is #F9B7DC. Grayscale: #303030. Windows color (decimal): -16365533 or 2312198. OLE color: 2312198.
HSL color Cylindrical-coordinate representation of color #064823: hue angle of 146.36º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064823 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 72 | 35 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.72 |
| HSL | 146.36º | 0.85% | 0.15% | - |
| HSV(B) | 146.36º | 0.92% | 0.28% | - |
| XYZ | 2.7 | 4.79 | 2.37 | - |
| YUV | 48.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 35 | 0.92 | 0 | 0.51 | 0.72 | 146.36 | 0.85 | 0.15 |
| Hex | 6 | 48 | 23 | 5C | 0 | 33 | 48 | 92 | 55 | F |
| Octal | 6 | 110 | 43 | 134 | 0 | 63 | 110 | 222 | 125 | 17 |
| Binary | 110 | 1001000 | 100011 | 1011100 | 0 | 110011 | 1001000 | 10010010 | 1010101 | 1111 |
Color Harmonies of #064823
Complementary color
Monochromatic Colors of #064823
Black with #064823
Text Example
Text Example
White with #064823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064823; }
p { color: rgb(6,72,35); }
H1.HeaderClassName
{
color: #064823;
}
.AnyTagClassName
{
color: #064823;
}
</style>
background-color css
<style>
a { background-color: #064823; }
a { background-color: rgb(6,72,35); }
div.DivClassName
{
background-color: #064823;
}
.BgClassName
{
background-color: #064823;
}
</style>
border-color css
<style>
span { border-color: #064823; }
span { border-color: rgb(6,72,35); }
td.TdClassName
{
border-color: #064823;
}
.TagClassName
{
border-color: #064823;
}
</style>