Shades of British Racing Green #063D22
Tints of British Racing Green #063D22
RGB
CMYK
RGB Variations
Color information
#063D22 (or 0x063D22) is known color: British Racing Green. HEX triplet: 06, 3D and 22. RGB value is (6,61,34). Sum of RGB (Red+Green+Blue) = 6+61+34=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #063D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D22 is #F9C2DD. Grayscale: #292929. Windows color (decimal): -16368350 or 2243846. OLE color: 2243846.
HSL color Cylindrical-coordinate representation of color #063D22: hue angle of 150.55º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063D22 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 34 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.76 |
| HSL | 150.55º | 0.82% | 0.13% | - |
| HSV(B) | 150.55º | 0.9% | 0.24% | - |
| XYZ | 2.03 | 3.49 | 2.08 | - |
| YUV | 41.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 34 | 0.90 | 0 | 0.44 | 0.76 | 150.55 | 0.82 | 0.13 |
| Hex | 6 | 3D | 22 | 5A | 0 | 2C | 4C | 97 | 52 | D |
| Octal | 6 | 75 | 42 | 132 | 0 | 54 | 114 | 227 | 122 | 15 |
| Binary | 110 | 111101 | 100010 | 1011010 | 0 | 101100 | 1001100 | 10010111 | 1010010 | 1101 |
Color Harmonies of #063D22
Complementary color
Monochromatic Colors of #063D22
Black with #063D22
Text Example
Text Example
White with #063D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D22; }
p { color: rgb(6,61,34); }
H1.HeaderClassName
{
color: #063D22;
}
.AnyTagClassName
{
color: #063D22;
}
</style>
background-color css
<style>
a { background-color: #063D22; }
a { background-color: rgb(6,61,34); }
div.DivClassName
{
background-color: #063D22;
}
.BgClassName
{
background-color: #063D22;
}
</style>
border-color css
<style>
span { border-color: #063D22; }
span { border-color: rgb(6,61,34); }
td.TdClassName
{
border-color: #063D22;
}
.TagClassName
{
border-color: #063D22;
}
</style>