Shades of British Racing Green #055322
Tints of British Racing Green #055322
RGB
CMYK
RGB Variations
Color information
#055322 (or 0x055322) is known color: British Racing Green. HEX triplet: 05, 53 and 22. RGB value is (5,83,34). Sum of RGB (Red+Green+Blue) = 5+83+34=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #055322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055322 is #FAACDD. Grayscale: #363636. Windows color (decimal): -16428254 or 2249477. OLE color: 2249477.
HSL color Cylindrical-coordinate representation of color #055322: hue angle of 142.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055322 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 34 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.67 |
| HSL | 142.31º | 0.89% | 0.17% | - |
| HSV(B) | 142.31º | 0.94% | 0.33% | - |
| XYZ | 3.44 | 6.33 | 2.55 | - |
| YUV | 54.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 34 | 0.94 | 0 | 0.59 | 0.67 | 142.31 | 0.89 | 0.17 |
| Hex | 5 | 53 | 22 | 5E | 0 | 3B | 43 | 8E | 59 | 11 |
| Octal | 5 | 123 | 42 | 136 | 0 | 73 | 103 | 216 | 131 | 21 |
| Binary | 101 | 1010011 | 100010 | 1011110 | 0 | 111011 | 1000011 | 10001110 | 1011001 | 10001 |
Color Harmonies of #055322
Complementary color
Monochromatic Colors of #055322
Black with #055322
Text Example
Text Example
White with #055322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055322; }
p { color: rgb(5,83,34); }
H1.HeaderClassName
{
color: #055322;
}
.AnyTagClassName
{
color: #055322;
}
</style>
background-color css
<style>
a { background-color: #055322; }
a { background-color: rgb(5,83,34); }
div.DivClassName
{
background-color: #055322;
}
.BgClassName
{
background-color: #055322;
}
</style>
border-color css
<style>
span { border-color: #055322; }
span { border-color: rgb(5,83,34); }
td.TdClassName
{
border-color: #055322;
}
.TagClassName
{
border-color: #055322;
}
</style>