Shades of British Racing Green #005422
Tints of British Racing Green #005422
RGB
CMYK
RGB Variations
Color information
#005422 (or 0x005422) is known color: British Racing Green. HEX triplet: 00, 54 and 22. RGB value is (0,84,34). Sum of RGB (Red+Green+Blue) = 0+84+34=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #005422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005422 is #FFABDD. Grayscale: #353535. Windows color (decimal): -16755678 or 2249728. OLE color: 2249728.
HSL color Cylindrical-coordinate representation of color #005422: hue angle of 144.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005422 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 34 | - |
| CMYK | 1 | 0 | 0.60 | 0.67 |
| HSL | 144.29º | 1% | 0.16% | - |
| HSV(B) | 144.29º | 1% | 0.33% | - |
| XYZ | 3.46 | 6.46 | 2.58 | - |
| YUV | 53.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 34 | 1 | 0 | 0.60 | 0.67 | 144.29 | 1 | 0.16 |
| Hex | 0 | 54 | 22 | 64 | 0 | 3C | 43 | 90 | 64 | 10 |
| Octal | 0 | 124 | 42 | 144 | 0 | 74 | 103 | 220 | 144 | 20 |
| Binary | 0 | 1010100 | 100010 | 1100100 | 0 | 111100 | 1000011 | 10010000 | 1100100 | 10000 |
Color Harmonies of #005422
Complementary color
Monochromatic Colors of #005422
Black with #005422
Text Example
Text Example
White with #005422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005422; }
p { color: rgb(0,84,34); }
H1.HeaderClassName
{
color: #005422;
}
.AnyTagClassName
{
color: #005422;
}
</style>
background-color css
<style>
a { background-color: #005422; }
a { background-color: rgb(0,84,34); }
div.DivClassName
{
background-color: #005422;
}
.BgClassName
{
background-color: #005422;
}
</style>
border-color css
<style>
span { border-color: #005422; }
span { border-color: rgb(0,84,34); }
td.TdClassName
{
border-color: #005422;
}
.TagClassName
{
border-color: #005422;
}
</style>