Shades of British Racing Green #055034
Tints of British Racing Green #055034
RGB
CMYK
RGB Variations
Color information
#055034 (or 0x055034) is known color: British Racing Green. HEX triplet: 05, 50 and 34. RGB value is (5,80,52). Sum of RGB (Red+Green+Blue) = 5+80+52=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #055034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055034 is #FAAFCB. Grayscale: #363636. Windows color (decimal): -16429004 or 3428357. OLE color: 3428357.
HSL color Cylindrical-coordinate representation of color #055034: hue angle of 157.6º 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 #055034 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 52 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.69 |
| HSL | 157.6º | 0.88% | 0.17% | - |
| HSV(B) | 157.6º | 0.94% | 0.31% | - |
| XYZ | 3.55 | 6.02 | 4.22 | - |
| YUV | 54.38 | 126.65 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 52 | 0.94 | 0 | 0.35 | 0.69 | 157.6 | 0.88 | 0.17 |
| Hex | 5 | 50 | 34 | 5E | 0 | 23 | 45 | 9E | 58 | 11 |
| Octal | 5 | 120 | 64 | 136 | 0 | 43 | 105 | 236 | 130 | 21 |
| Binary | 101 | 1010000 | 110100 | 1011110 | 0 | 100011 | 1000101 | 10011110 | 1011000 | 10001 |
Color Harmonies of #055034
Complementary color
Monochromatic Colors of #055034
Black with #055034
Text Example
Text Example
White with #055034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055034; }
p { color: rgb(5,80,52); }
H1.HeaderClassName
{
color: #055034;
}
.AnyTagClassName
{
color: #055034;
}
</style>
background-color css
<style>
a { background-color: #055034; }
a { background-color: rgb(5,80,52); }
div.DivClassName
{
background-color: #055034;
}
.BgClassName
{
background-color: #055034;
}
</style>
border-color css
<style>
span { border-color: #055034; }
span { border-color: rgb(5,80,52); }
td.TdClassName
{
border-color: #055034;
}
.TagClassName
{
border-color: #055034;
}
</style>