Shades of British Racing Green #06522D
Tints of British Racing Green #06522D
RGB
CMYK
RGB Variations
Color information
#06522D (or 0x06522D) is known color: British Racing Green. HEX triplet: 06, 52 and 2D. RGB value is (6,82,45). Sum of RGB (Red+Green+Blue) = 6+82+45=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #06522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06522D is #F9ADD2. Grayscale: #373737. Windows color (decimal): -16362963 or 2970118. OLE color: 2970118.
HSL color Cylindrical-coordinate representation of color #06522D: hue angle of 150.79º 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 #06522D is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 45 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.68 |
| HSL | 150.79º | 0.86% | 0.17% | - |
| HSV(B) | 150.79º | 0.93% | 0.32% | - |
| XYZ | 3.57 | 6.26 | 3.5 | - |
| YUV | 55.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 45 | 0.93 | 0 | 0.45 | 0.68 | 150.79 | 0.86 | 0.17 |
| Hex | 6 | 52 | 2D | 5D | 0 | 2D | 44 | 97 | 56 | 11 |
| Octal | 6 | 122 | 55 | 135 | 0 | 55 | 104 | 227 | 126 | 21 |
| Binary | 110 | 1010010 | 101101 | 1011101 | 0 | 101101 | 1000100 | 10010111 | 1010110 | 10001 |
Color Harmonies of #06522D
Complementary color
Monochromatic Colors of #06522D
Black with #06522D
Text Example
Text Example
White with #06522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06522D; }
p { color: rgb(6,82,45); }
H1.HeaderClassName
{
color: #06522D;
}
.AnyTagClassName
{
color: #06522D;
}
</style>
background-color css
<style>
a { background-color: #06522D; }
a { background-color: rgb(6,82,45); }
div.DivClassName
{
background-color: #06522D;
}
.BgClassName
{
background-color: #06522D;
}
</style>
border-color css
<style>
span { border-color: #06522D; }
span { border-color: rgb(6,82,45); }
td.TdClassName
{
border-color: #06522D;
}
.TagClassName
{
border-color: #06522D;
}
</style>