Shades of British Racing Green #055032
Tints of British Racing Green #055032
RGB
CMYK
RGB Variations
Color information
#055032 (or 0x055032) is known color: British Racing Green. HEX triplet: 05, 50 and 32. RGB value is (5,80,50). Sum of RGB (Red+Green+Blue) = 5+80+50=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #055032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055032 is #FAAFCD. Grayscale: #363636. Windows color (decimal): -16429006 or 3297285. OLE color: 3297285.
HSL color Cylindrical-coordinate representation of color #055032: hue angle of 156º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055032 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 50 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.69 |
| HSL | 156º | 0.88% | 0.17% | - |
| HSV(B) | 156º | 0.94% | 0.31% | - |
| XYZ | 3.51 | 6 | 3.99 | - |
| YUV | 54.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 50 | 0.94 | 0 | 0.37 | 0.69 | 156 | 0.88 | 0.17 |
| Hex | 5 | 50 | 32 | 5E | 0 | 25 | 45 | 9C | 58 | 11 |
| Octal | 5 | 120 | 62 | 136 | 0 | 45 | 105 | 234 | 130 | 21 |
| Binary | 101 | 1010000 | 110010 | 1011110 | 0 | 100101 | 1000101 | 10011100 | 1011000 | 10001 |
Color Harmonies of #055032
Complementary color
Monochromatic Colors of #055032
Black with #055032
Text Example
Text Example
White with #055032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055032; }
p { color: rgb(5,80,50); }
H1.HeaderClassName
{
color: #055032;
}
.AnyTagClassName
{
color: #055032;
}
</style>
background-color css
<style>
a { background-color: #055032; }
a { background-color: rgb(5,80,50); }
div.DivClassName
{
background-color: #055032;
}
.BgClassName
{
background-color: #055032;
}
</style>
border-color css
<style>
span { border-color: #055032; }
span { border-color: rgb(5,80,50); }
td.TdClassName
{
border-color: #055032;
}
.TagClassName
{
border-color: #055032;
}
</style>