Shades of British Racing Green #005521
Tints of British Racing Green #005521
RGB
CMYK
RGB Variations
Color information
#005521 (or 0x005521) is known color: British Racing Green. HEX triplet: 00, 55 and 21. RGB value is (0,85,33). Sum of RGB (Red+Green+Blue) = 0+85+33=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #005521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005521 is #FFAADE. Grayscale: #353535. Windows color (decimal): -16755423 or 2184448. OLE color: 2184448.
HSL color Cylindrical-coordinate representation of color #005521: hue angle of 143.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005521 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 33 | - |
| CMYK | 1 | 0 | 0.61 | 0.67 |
| HSL | 143.29º | 1% | 0.17% | - |
| HSV(B) | 143.29º | 1% | 0.33% | - |
| XYZ | 3.52 | 6.61 | 2.53 | - |
| YUV | 53.66 | 116.34 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 33 | 1 | 0 | 0.61 | 0.67 | 143.29 | 1 | 0.17 |
| Hex | 0 | 55 | 21 | 64 | 0 | 3D | 43 | 8F | 64 | 11 |
| Octal | 0 | 125 | 41 | 144 | 0 | 75 | 103 | 217 | 144 | 21 |
| Binary | 0 | 1010101 | 100001 | 1100100 | 0 | 111101 | 1000011 | 10001111 | 1100100 | 10001 |
Color Harmonies of #005521
Complementary color
Monochromatic Colors of #005521
Black with #005521
Text Example
Text Example
White with #005521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005521; }
p { color: rgb(0,85,33); }
H1.HeaderClassName
{
color: #005521;
}
.AnyTagClassName
{
color: #005521;
}
</style>
background-color css
<style>
a { background-color: #005521; }
a { background-color: rgb(0,85,33); }
div.DivClassName
{
background-color: #005521;
}
.BgClassName
{
background-color: #005521;
}
</style>
border-color css
<style>
span { border-color: #005521; }
span { border-color: rgb(0,85,33); }
td.TdClassName
{
border-color: #005521;
}
.TagClassName
{
border-color: #005521;
}
</style>