Shades of British Racing Green #063B20
Tints of British Racing Green #063B20
RGB
CMYK
RGB Variations
Color information
#063B20 (or 0x063B20) is known color: British Racing Green. HEX triplet: 06, 3B and 20. RGB value is (6,59,32). Sum of RGB (Red+Green+Blue) = 6+59+32=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 59 (23.44% from 255 or 60.82% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 59 - color contains mainly: green. Hex color #063B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B20 is #F9C4DF. Grayscale: #282828. Windows color (decimal): -16368864 or 2112262. OLE color: 2112262.
HSL color Cylindrical-coordinate representation of color #063B20: hue angle of 149.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063B20 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 59 | 32 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.77 |
| HSL | 149.43º | 0.82% | 0.13% | - |
| HSV(B) | 149.43º | 0.9% | 0.23% | - |
| XYZ | 1.9 | 3.27 | 1.9 | - |
| YUV | 40.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 32 | 0.90 | 0 | 0.46 | 0.77 | 149.43 | 0.82 | 0.13 |
| Hex | 6 | 3B | 20 | 5A | 0 | 2E | 4D | 95 | 52 | D |
| Octal | 6 | 73 | 40 | 132 | 0 | 56 | 115 | 225 | 122 | 15 |
| Binary | 110 | 111011 | 100000 | 1011010 | 0 | 101110 | 1001101 | 10010101 | 1010010 | 1101 |
Color Harmonies of #063B20
Complementary color
Monochromatic Colors of #063B20
Black with #063B20
Text Example
Text Example
White with #063B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B20; }
p { color: rgb(6,59,32); }
H1.HeaderClassName
{
color: #063B20;
}
.AnyTagClassName
{
color: #063B20;
}
</style>
background-color css
<style>
a { background-color: #063B20; }
a { background-color: rgb(6,59,32); }
div.DivClassName
{
background-color: #063B20;
}
.BgClassName
{
background-color: #063B20;
}
</style>
border-color css
<style>
span { border-color: #063B20; }
span { border-color: rgb(6,59,32); }
td.TdClassName
{
border-color: #063B20;
}
.TagClassName
{
border-color: #063B20;
}
</style>