Shades of British Racing Green #06522C
Tints of British Racing Green #06522C
RGB
CMYK
RGB Variations
Color information
#06522C (or 0x06522C) is known color: British Racing Green. HEX triplet: 06, 52 and 2C. RGB value is (6,82,44). Sum of RGB (Red+Green+Blue) = 6+82+44=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #06522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06522C is #F9ADD3. Grayscale: #373737. Windows color (decimal): -16362964 or 2904582. OLE color: 2904582.
HSL color Cylindrical-coordinate representation of color #06522C: hue angle of 150º 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 #06522C is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 44 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.68 |
| HSL | 150º | 0.86% | 0.17% | - |
| HSV(B) | 150º | 0.93% | 0.32% | - |
| XYZ | 3.55 | 6.26 | 3.4 | - |
| YUV | 54.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 44 | 0.93 | 0 | 0.46 | 0.68 | 150 | 0.86 | 0.17 |
| Hex | 6 | 52 | 2C | 5D | 0 | 2E | 44 | 96 | 56 | 11 |
| Octal | 6 | 122 | 54 | 135 | 0 | 56 | 104 | 226 | 126 | 21 |
| Binary | 110 | 1010010 | 101100 | 1011101 | 0 | 101110 | 1000100 | 10010110 | 1010110 | 10001 |
Color Harmonies of #06522C
Complementary color
Monochromatic Colors of #06522C
Black with #06522C
Text Example
Text Example
White with #06522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06522C; }
p { color: rgb(6,82,44); }
H1.HeaderClassName
{
color: #06522C;
}
.AnyTagClassName
{
color: #06522C;
}
</style>
background-color css
<style>
a { background-color: #06522C; }
a { background-color: rgb(6,82,44); }
div.DivClassName
{
background-color: #06522C;
}
.BgClassName
{
background-color: #06522C;
}
</style>
border-color css
<style>
span { border-color: #06522C; }
span { border-color: rgb(6,82,44); }
td.TdClassName
{
border-color: #06522C;
}
.TagClassName
{
border-color: #06522C;
}
</style>