Shades of British Racing Green #063D26
Tints of British Racing Green #063D26
RGB
CMYK
RGB Variations
Color information
#063D26 (or 0x063D26) is known color: British Racing Green. HEX triplet: 06, 3D and 26. RGB value is (6,61,38). Sum of RGB (Red+Green+Blue) = 6+61+38=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #063D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D26 is #F9C2D9. Grayscale: #292929. Windows color (decimal): -16368346 or 2505990. OLE color: 2505990.
HSL color Cylindrical-coordinate representation of color #063D26: hue angle of 154.91º 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 #063D26 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 61 | 38 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.76 |
| HSL | 154.91º | 0.82% | 0.13% | - |
| HSV(B) | 154.91º | 0.9% | 0.24% | - |
| XYZ | 2.09 | 3.52 | 2.4 | - |
| YUV | 41.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 38 | 0.90 | 0 | 0.38 | 0.76 | 154.91 | 0.82 | 0.13 |
| Hex | 6 | 3D | 26 | 5A | 0 | 26 | 4C | 9B | 52 | D |
| Octal | 6 | 75 | 46 | 132 | 0 | 46 | 114 | 233 | 122 | 15 |
| Binary | 110 | 111101 | 100110 | 1011010 | 0 | 100110 | 1001100 | 10011011 | 1010010 | 1101 |
Color Harmonies of #063D26
Complementary color
Monochromatic Colors of #063D26
Black with #063D26
Text Example
Text Example
White with #063D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D26; }
p { color: rgb(6,61,38); }
H1.HeaderClassName
{
color: #063D26;
}
.AnyTagClassName
{
color: #063D26;
}
</style>
background-color css
<style>
a { background-color: #063D26; }
a { background-color: rgb(6,61,38); }
div.DivClassName
{
background-color: #063D26;
}
.BgClassName
{
background-color: #063D26;
}
</style>
border-color css
<style>
span { border-color: #063D26; }
span { border-color: rgb(6,61,38); }
td.TdClassName
{
border-color: #063D26;
}
.TagClassName
{
border-color: #063D26;
}
</style>