Shades of British Racing Green #055434
Tints of British Racing Green #055434
RGB
CMYK
RGB Variations
Color information
#055434 (or 0x055434) is known color: British Racing Green. HEX triplet: 05, 54 and 34. RGB value is (5,84,52). Sum of RGB (Red+Green+Blue) = 5+84+52=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #055434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055434 is #FAABCB. Grayscale: #383838. Windows color (decimal): -16427980 or 3429381. OLE color: 3429381.
HSL color Cylindrical-coordinate representation of color #055434: hue angle of 155.7º 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 #055434 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 84 | 52 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.67 |
| HSL | 155.7º | 0.89% | 0.17% | - |
| HSV(B) | 155.7º | 0.94% | 0.33% | - |
| XYZ | 3.85 | 6.62 | 4.32 | - |
| YUV | 56.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 52 | 0.94 | 0 | 0.38 | 0.67 | 155.7 | 0.89 | 0.17 |
| Hex | 5 | 54 | 34 | 5E | 0 | 26 | 43 | 9C | 59 | 11 |
| Octal | 5 | 124 | 64 | 136 | 0 | 46 | 103 | 234 | 131 | 21 |
| Binary | 101 | 1010100 | 110100 | 1011110 | 0 | 100110 | 1000011 | 10011100 | 1011001 | 10001 |
Color Harmonies of #055434
Complementary color
Monochromatic Colors of #055434
Black with #055434
Text Example
Text Example
White with #055434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055434; }
p { color: rgb(5,84,52); }
H1.HeaderClassName
{
color: #055434;
}
.AnyTagClassName
{
color: #055434;
}
</style>
background-color css
<style>
a { background-color: #055434; }
a { background-color: rgb(5,84,52); }
div.DivClassName
{
background-color: #055434;
}
.BgClassName
{
background-color: #055434;
}
</style>
border-color css
<style>
span { border-color: #055434; }
span { border-color: rgb(5,84,52); }
td.TdClassName
{
border-color: #055434;
}
.TagClassName
{
border-color: #055434;
}
</style>