Shades of British Racing Green #054A32
Tints of British Racing Green #054A32
RGB
CMYK
RGB Variations
Color information
#054A32 (or 0x054A32) is known color: British Racing Green. HEX triplet: 05, 4A and 32. RGB value is (5,74,50). Sum of RGB (Red+Green+Blue) = 5+74+50=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #054A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A32 is #FAB5CD. Grayscale: #323232. Windows color (decimal): -16430542 or 3295749. OLE color: 3295749.
HSL color Cylindrical-coordinate representation of color #054A32: hue angle of 159.13º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A32 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 50 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.71 |
| HSL | 159.13º | 0.87% | 0.15% | - |
| HSV(B) | 159.13º | 0.93% | 0.29% | - |
| XYZ | 3.09 | 5.16 | 3.85 | - |
| YUV | 50.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 50 | 0.93 | 0 | 0.32 | 0.71 | 159.13 | 0.87 | 0.15 |
| Hex | 5 | 4A | 32 | 5D | 0 | 20 | 47 | 9F | 57 | F |
| Octal | 5 | 112 | 62 | 135 | 0 | 40 | 107 | 237 | 127 | 17 |
| Binary | 101 | 1001010 | 110010 | 1011101 | 0 | 100000 | 1000111 | 10011111 | 1010111 | 1111 |
Color Harmonies of #054A32
Complementary color
Monochromatic Colors of #054A32
Black with #054A32
Text Example
Text Example
White with #054A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A32; }
p { color: rgb(5,74,50); }
H1.HeaderClassName
{
color: #054A32;
}
.AnyTagClassName
{
color: #054A32;
}
</style>
background-color css
<style>
a { background-color: #054A32; }
a { background-color: rgb(5,74,50); }
div.DivClassName
{
background-color: #054A32;
}
.BgClassName
{
background-color: #054A32;
}
</style>
border-color css
<style>
span { border-color: #054A32; }
span { border-color: rgb(5,74,50); }
td.TdClassName
{
border-color: #054A32;
}
.TagClassName
{
border-color: #054A32;
}
</style>