Shades of British Racing Green #054528
Tints of British Racing Green #054528
RGB
CMYK
RGB Variations
Color information
#054528 (or 0x054528) is known color: British Racing Green. HEX triplet: 05, 45 and 28. RGB value is (5,69,40). Sum of RGB (Red+Green+Blue) = 5+69+40=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #054528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054528 is #FABAD7. Grayscale: #2E2E2E. Windows color (decimal): -16431832 or 2639109. OLE color: 2639109.
HSL color Cylindrical-coordinate representation of color #054528: hue angle of 152.81º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054528 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 40 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.73 |
| HSL | 152.81º | 0.86% | 0.15% | - |
| HSV(B) | 152.81º | 0.93% | 0.27% | - |
| XYZ | 2.57 | 4.44 | 2.73 | - |
| YUV | 46.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 40 | 0.93 | 0 | 0.42 | 0.73 | 152.81 | 0.86 | 0.15 |
| Hex | 5 | 45 | 28 | 5D | 0 | 2A | 49 | 99 | 56 | F |
| Octal | 5 | 105 | 50 | 135 | 0 | 52 | 111 | 231 | 126 | 17 |
| Binary | 101 | 1000101 | 101000 | 1011101 | 0 | 101010 | 1001001 | 10011001 | 1010110 | 1111 |
Color Harmonies of #054528
Complementary color
Monochromatic Colors of #054528
Black with #054528
Text Example
Text Example
White with #054528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054528; }
p { color: rgb(5,69,40); }
H1.HeaderClassName
{
color: #054528;
}
.AnyTagClassName
{
color: #054528;
}
</style>
background-color css
<style>
a { background-color: #054528; }
a { background-color: rgb(5,69,40); }
div.DivClassName
{
background-color: #054528;
}
.BgClassName
{
background-color: #054528;
}
</style>
border-color css
<style>
span { border-color: #054528; }
span { border-color: rgb(5,69,40); }
td.TdClassName
{
border-color: #054528;
}
.TagClassName
{
border-color: #054528;
}
</style>