Shades of British Racing Green #054F34
Tints of British Racing Green #054F34
RGB
CMYK
RGB Variations
Color information
#054F34 (or 0x054F34) is known color: British Racing Green. HEX triplet: 05, 4F and 34. RGB value is (5,79,52). Sum of RGB (Red+Green+Blue) = 5+79+52=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 79 (31.25% from 255 or 58.09% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 79 - color contains mainly: green. Hex color #054F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F34 is #FAB0CB. Grayscale: #353535. Windows color (decimal): -16429260 or 3428101. OLE color: 3428101.
HSL color Cylindrical-coordinate representation of color #054F34: hue angle of 158.11º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054F34 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 52 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.69 |
| HSL | 158.11º | 0.88% | 0.16% | - |
| HSV(B) | 158.11º | 0.94% | 0.31% | - |
| XYZ | 3.48 | 5.87 | 4.2 | - |
| YUV | 53.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 52 | 0.94 | 0 | 0.34 | 0.69 | 158.11 | 0.88 | 0.16 |
| Hex | 5 | 4F | 34 | 5E | 0 | 22 | 45 | 9E | 58 | 10 |
| Octal | 5 | 117 | 64 | 136 | 0 | 42 | 105 | 236 | 130 | 20 |
| Binary | 101 | 1001111 | 110100 | 1011110 | 0 | 100010 | 1000101 | 10011110 | 1011000 | 10000 |
Color Harmonies of #054F34
Complementary color
Monochromatic Colors of #054F34
Black with #054F34
Text Example
Text Example
White with #054F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F34; }
p { color: rgb(5,79,52); }
H1.HeaderClassName
{
color: #054F34;
}
.AnyTagClassName
{
color: #054F34;
}
</style>
background-color css
<style>
a { background-color: #054F34; }
a { background-color: rgb(5,79,52); }
div.DivClassName
{
background-color: #054F34;
}
.BgClassName
{
background-color: #054F34;
}
</style>
border-color css
<style>
span { border-color: #054F34; }
span { border-color: rgb(5,79,52); }
td.TdClassName
{
border-color: #054F34;
}
.TagClassName
{
border-color: #054F34;
}
</style>