Shades of British Racing Green #06522E
Tints of British Racing Green #06522E
RGB
CMYK
RGB Variations
Color information
#06522E (or 0x06522E) is known color: British Racing Green. HEX triplet: 06, 52 and 2E. RGB value is (6,82,46). Sum of RGB (Red+Green+Blue) = 6+82+46=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #06522E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06522E is #F9ADD1. Grayscale: #373737. Windows color (decimal): -16362962 or 3035654. OLE color: 3035654.
HSL color Cylindrical-coordinate representation of color #06522E: hue angle of 151.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06522E is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 46 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.68 |
| HSL | 151.58º | 0.86% | 0.17% | - |
| HSV(B) | 151.58º | 0.93% | 0.32% | - |
| XYZ | 3.59 | 6.27 | 3.61 | - |
| YUV | 55.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 46 | 0.93 | 0 | 0.44 | 0.68 | 151.58 | 0.86 | 0.17 |
| Hex | 6 | 52 | 2E | 5D | 0 | 2C | 44 | 98 | 56 | 11 |
| Octal | 6 | 122 | 56 | 135 | 0 | 54 | 104 | 230 | 126 | 21 |
| Binary | 110 | 1010010 | 101110 | 1011101 | 0 | 101100 | 1000100 | 10011000 | 1010110 | 10001 |
Color Harmonies of #06522E
Complementary color
Monochromatic Colors of #06522E
Black with #06522E
Text Example
Text Example
White with #06522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06522E; }
p { color: rgb(6,82,46); }
H1.HeaderClassName
{
color: #06522E;
}
.AnyTagClassName
{
color: #06522E;
}
</style>
background-color css
<style>
a { background-color: #06522E; }
a { background-color: rgb(6,82,46); }
div.DivClassName
{
background-color: #06522E;
}
.BgClassName
{
background-color: #06522E;
}
</style>
border-color css
<style>
span { border-color: #06522E; }
span { border-color: rgb(6,82,46); }
td.TdClassName
{
border-color: #06522E;
}
.TagClassName
{
border-color: #06522E;
}
</style>