Shades of British Racing Green #055225
Tints of British Racing Green #055225
RGB
CMYK
RGB Variations
Color information
#055225 (or 0x055225) is known color: British Racing Green. HEX triplet: 05, 52 and 25. RGB value is (5,82,37). Sum of RGB (Red+Green+Blue) = 5+82+37=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #055225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055225 is #FAADDA. Grayscale: #353535. Windows color (decimal): -16428507 or 2445829. OLE color: 2445829.
HSL color Cylindrical-coordinate representation of color #055225: hue angle of 144.94º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055225 is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 82 | 37 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.68 |
| HSL | 144.94º | 0.89% | 0.17% | - |
| HSV(B) | 144.94º | 0.94% | 0.32% | - |
| XYZ | 3.41 | 6.2 | 2.77 | - |
| YUV | 53.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 37 | 0.94 | 0 | 0.55 | 0.68 | 144.94 | 0.89 | 0.17 |
| Hex | 5 | 52 | 25 | 5E | 0 | 37 | 44 | 91 | 59 | 11 |
| Octal | 5 | 122 | 45 | 136 | 0 | 67 | 104 | 221 | 131 | 21 |
| Binary | 101 | 1010010 | 100101 | 1011110 | 0 | 110111 | 1000100 | 10010001 | 1011001 | 10001 |
Color Harmonies of #055225
Complementary color
Monochromatic Colors of #055225
Black with #055225
Text Example
Text Example
White with #055225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055225; }
p { color: rgb(5,82,37); }
H1.HeaderClassName
{
color: #055225;
}
.AnyTagClassName
{
color: #055225;
}
</style>
background-color css
<style>
a { background-color: #055225; }
a { background-color: rgb(5,82,37); }
div.DivClassName
{
background-color: #055225;
}
.BgClassName
{
background-color: #055225;
}
</style>
border-color css
<style>
span { border-color: #055225; }
span { border-color: rgb(5,82,37); }
td.TdClassName
{
border-color: #055225;
}
.TagClassName
{
border-color: #055225;
}
</style>