Shades of British Racing Green #054C33
Tints of British Racing Green #054C33
RGB
CMYK
RGB Variations
Color information
#054C33 (or 0x054C33) is known color: British Racing Green. HEX triplet: 05, 4C and 33. RGB value is (5,76,51). Sum of RGB (Red+Green+Blue) = 5+76+51=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #054C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C33 is #FAB3CC. Grayscale: #333333. Windows color (decimal): -16430029 or 3361797. OLE color: 3361797.
HSL color Cylindrical-coordinate representation of color #054C33: hue angle of 158.87º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C33 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 76 | 51 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.70 |
| HSL | 158.87º | 0.88% | 0.16% | - |
| HSV(B) | 158.87º | 0.93% | 0.3% | - |
| XYZ | 3.24 | 5.44 | 4.01 | - |
| YUV | 51.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 51 | 0.93 | 0 | 0.33 | 0.70 | 158.87 | 0.88 | 0.16 |
| Hex | 5 | 4C | 33 | 5D | 0 | 21 | 46 | 9F | 58 | 10 |
| Octal | 5 | 114 | 63 | 135 | 0 | 41 | 106 | 237 | 130 | 20 |
| Binary | 101 | 1001100 | 110011 | 1011101 | 0 | 100001 | 1000110 | 10011111 | 1011000 | 10000 |
Color Harmonies of #054C33
Complementary color
Monochromatic Colors of #054C33
Black with #054C33
Text Example
Text Example
White with #054C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C33; }
p { color: rgb(5,76,51); }
H1.HeaderClassName
{
color: #054C33;
}
.AnyTagClassName
{
color: #054C33;
}
</style>
background-color css
<style>
a { background-color: #054C33; }
a { background-color: rgb(5,76,51); }
div.DivClassName
{
background-color: #054C33;
}
.BgClassName
{
background-color: #054C33;
}
</style>
border-color css
<style>
span { border-color: #054C33; }
span { border-color: rgb(5,76,51); }
td.TdClassName
{
border-color: #054C33;
}
.TagClassName
{
border-color: #054C33;
}
</style>