Shades of British Racing Green #054E34
Tints of British Racing Green #054E34
RGB
CMYK
RGB Variations
Color information
#054E34 (or 0x054E34) is known color: British Racing Green. HEX triplet: 05, 4E and 34. RGB value is (5,78,52). Sum of RGB (Red+Green+Blue) = 5+78+52=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #054E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054E34 is #FAB1CB. Grayscale: #353535. Windows color (decimal): -16429516 or 3427845. OLE color: 3427845.
HSL color Cylindrical-coordinate representation of color #054E34: hue angle of 158.63º 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 #054E34 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 52 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.69 |
| HSL | 158.63º | 0.88% | 0.16% | - |
| HSV(B) | 158.63º | 0.94% | 0.31% | - |
| XYZ | 3.41 | 5.73 | 4.18 | - |
| YUV | 53.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 52 | 0.94 | 0 | 0.33 | 0.69 | 158.63 | 0.88 | 0.16 |
| Hex | 5 | 4E | 34 | 5E | 0 | 21 | 45 | 9F | 58 | 10 |
| Octal | 5 | 116 | 64 | 136 | 0 | 41 | 105 | 237 | 130 | 20 |
| Binary | 101 | 1001110 | 110100 | 1011110 | 0 | 100001 | 1000101 | 10011111 | 1011000 | 10000 |
Color Harmonies of #054E34
Complementary color
Monochromatic Colors of #054E34
Black with #054E34
Text Example
Text Example
White with #054E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E34; }
p { color: rgb(5,78,52); }
H1.HeaderClassName
{
color: #054E34;
}
.AnyTagClassName
{
color: #054E34;
}
</style>
background-color css
<style>
a { background-color: #054E34; }
a { background-color: rgb(5,78,52); }
div.DivClassName
{
background-color: #054E34;
}
.BgClassName
{
background-color: #054E34;
}
</style>
border-color css
<style>
span { border-color: #054E34; }
span { border-color: rgb(5,78,52); }
td.TdClassName
{
border-color: #054E34;
}
.TagClassName
{
border-color: #054E34;
}
</style>