Shades of British Racing Green #063A20
Tints of British Racing Green #063A20
RGB
CMYK
RGB Variations
Color information
#063A20 (or 0x063A20) is known color: British Racing Green. HEX triplet: 06, 3A and 20. RGB value is (6,58,32). Sum of RGB (Red+Green+Blue) = 6+58+32=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #063A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A20 is #F9C5DF. Grayscale: #272727. Windows color (decimal): -16369120 or 2112006. OLE color: 2112006.
HSL color Cylindrical-coordinate representation of color #063A20: hue angle of 150º degrees, saturation: 0.81, 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 #063A20 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 32 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.77 |
| HSL | 150º | 0.81% | 0.13% | - |
| HSV(B) | 150º | 0.9% | 0.23% | - |
| XYZ | 1.85 | 3.17 | 1.88 | - |
| YUV | 39.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 32 | 0.90 | 0 | 0.45 | 0.77 | 150 | 0.81 | 0.13 |
| Hex | 6 | 3A | 20 | 5A | 0 | 2D | 4D | 96 | 51 | D |
| Octal | 6 | 72 | 40 | 132 | 0 | 55 | 115 | 226 | 121 | 15 |
| Binary | 110 | 111010 | 100000 | 1011010 | 0 | 101101 | 1001101 | 10010110 | 1010001 | 1101 |
Color Harmonies of #063A20
Complementary color
Monochromatic Colors of #063A20
Black with #063A20
Text Example
Text Example
White with #063A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A20; }
p { color: rgb(6,58,32); }
H1.HeaderClassName
{
color: #063A20;
}
.AnyTagClassName
{
color: #063A20;
}
</style>
background-color css
<style>
a { background-color: #063A20; }
a { background-color: rgb(6,58,32); }
div.DivClassName
{
background-color: #063A20;
}
.BgClassName
{
background-color: #063A20;
}
</style>
border-color css
<style>
span { border-color: #063A20; }
span { border-color: rgb(6,58,32); }
td.TdClassName
{
border-color: #063A20;
}
.TagClassName
{
border-color: #063A20;
}
</style>