Shades of British Racing Green #063B21
Tints of British Racing Green #063B21
RGB
CMYK
RGB Variations
Color information
#063B21 (or 0x063B21) is known color: British Racing Green. HEX triplet: 06, 3B and 21. RGB value is (6,59,33). Sum of RGB (Red+Green+Blue) = 6+59+33=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 59 (23.44% from 255 or 60.20% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 59 - color contains mainly: green. Hex color #063B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B21 is #F9C4DE. Grayscale: #282828. Windows color (decimal): -16368863 or 2177798. OLE color: 2177798.
HSL color Cylindrical-coordinate representation of color #063B21: hue angle of 150.57º 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 #063B21 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 59 | 33 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.77 |
| HSL | 150.57º | 0.82% | 0.13% | - |
| HSV(B) | 150.57º | 0.9% | 0.23% | - |
| XYZ | 1.91 | 3.28 | 1.97 | - |
| YUV | 40.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 33 | 0.90 | 0 | 0.44 | 0.77 | 150.57 | 0.82 | 0.13 |
| Hex | 6 | 3B | 21 | 5A | 0 | 2C | 4D | 97 | 52 | D |
| Octal | 6 | 73 | 41 | 132 | 0 | 54 | 115 | 227 | 122 | 15 |
| Binary | 110 | 111011 | 100001 | 1011010 | 0 | 101100 | 1001101 | 10010111 | 1010010 | 1101 |
Color Harmonies of #063B21
Complementary color
Monochromatic Colors of #063B21
Black with #063B21
Text Example
Text Example
White with #063B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B21; }
p { color: rgb(6,59,33); }
H1.HeaderClassName
{
color: #063B21;
}
.AnyTagClassName
{
color: #063B21;
}
</style>
background-color css
<style>
a { background-color: #063B21; }
a { background-color: rgb(6,59,33); }
div.DivClassName
{
background-color: #063B21;
}
.BgClassName
{
background-color: #063B21;
}
</style>
border-color css
<style>
span { border-color: #063B21; }
span { border-color: rgb(6,59,33); }
td.TdClassName
{
border-color: #063B21;
}
.TagClassName
{
border-color: #063B21;
}
</style>