Shades of British Racing Green #054F32
Tints of British Racing Green #054F32
RGB
CMYK
RGB Variations
Color information
#054F32 (or 0x054F32) is known color: British Racing Green. HEX triplet: 05, 4F and 32. RGB value is (5,79,50). Sum of RGB (Red+Green+Blue) = 5+79+50=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #054F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054F32 is #FAB0CD. Grayscale: #353535. Windows color (decimal): -16429262 or 3297029. OLE color: 3297029.
HSL color Cylindrical-coordinate representation of color #054F32: hue angle of 156.49º 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 #054F32 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 79 | 50 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.69 |
| HSL | 156.49º | 0.88% | 0.16% | - |
| HSV(B) | 156.49º | 0.94% | 0.31% | - |
| XYZ | 3.43 | 5.85 | 3.97 | - |
| YUV | 53.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 50 | 0.94 | 0 | 0.37 | 0.69 | 156.49 | 0.88 | 0.16 |
| Hex | 5 | 4F | 32 | 5E | 0 | 25 | 45 | 9C | 58 | 10 |
| Octal | 5 | 117 | 62 | 136 | 0 | 45 | 105 | 234 | 130 | 20 |
| Binary | 101 | 1001111 | 110010 | 1011110 | 0 | 100101 | 1000101 | 10011100 | 1011000 | 10000 |
Color Harmonies of #054F32
Complementary color
Monochromatic Colors of #054F32
Black with #054F32
Text Example
Text Example
White with #054F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054F32; }
p { color: rgb(5,79,50); }
H1.HeaderClassName
{
color: #054F32;
}
.AnyTagClassName
{
color: #054F32;
}
</style>
background-color css
<style>
a { background-color: #054F32; }
a { background-color: rgb(5,79,50); }
div.DivClassName
{
background-color: #054F32;
}
.BgClassName
{
background-color: #054F32;
}
</style>
border-color css
<style>
span { border-color: #054F32; }
span { border-color: rgb(5,79,50); }
td.TdClassName
{
border-color: #054F32;
}
.TagClassName
{
border-color: #054F32;
}
</style>