Shades of British Racing Green #054E33
Tints of British Racing Green #054E33
RGB
CMYK
RGB Variations
Color information
#054E33 (or 0x054E33) is known color: British Racing Green. HEX triplet: 05, 4E and 33. RGB value is (5,78,51). Sum of RGB (Red+Green+Blue) = 5+78+51=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #054E33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054E33 is #FAB1CC. Grayscale: #353535. Windows color (decimal): -16429517 or 3362309. OLE color: 3362309.
HSL color Cylindrical-coordinate representation of color #054E33: hue angle of 157.81º 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 #054E33 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 78 | 51 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.69 |
| HSL | 157.81º | 0.88% | 0.16% | - |
| HSV(B) | 157.81º | 0.94% | 0.31% | - |
| XYZ | 3.38 | 5.72 | 4.06 | - |
| YUV | 53.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 51 | 0.94 | 0 | 0.35 | 0.69 | 157.81 | 0.88 | 0.16 |
| Hex | 5 | 4E | 33 | 5E | 0 | 23 | 45 | 9E | 58 | 10 |
| Octal | 5 | 116 | 63 | 136 | 0 | 43 | 105 | 236 | 130 | 20 |
| Binary | 101 | 1001110 | 110011 | 1011110 | 0 | 100011 | 1000101 | 10011110 | 1011000 | 10000 |
Color Harmonies of #054E33
Complementary color
Monochromatic Colors of #054E33
Black with #054E33
Text Example
Text Example
White with #054E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E33; }
p { color: rgb(5,78,51); }
H1.HeaderClassName
{
color: #054E33;
}
.AnyTagClassName
{
color: #054E33;
}
</style>
background-color css
<style>
a { background-color: #054E33; }
a { background-color: rgb(5,78,51); }
div.DivClassName
{
background-color: #054E33;
}
.BgClassName
{
background-color: #054E33;
}
</style>
border-color css
<style>
span { border-color: #054E33; }
span { border-color: rgb(5,78,51); }
td.TdClassName
{
border-color: #054E33;
}
.TagClassName
{
border-color: #054E33;
}
</style>