Shades of British Racing Green #054534
Tints of British Racing Green #054534
RGB
CMYK
RGB Variations
Color information
#054534 (or 0x054534) is known color: British Racing Green. HEX triplet: 05, 45 and 34. RGB value is (5,69,52). Sum of RGB (Red+Green+Blue) = 5+69+52=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #054534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054534 is #FABACB. Grayscale: #2F2F2F. Windows color (decimal): -16431820 or 3425541. OLE color: 3425541.
HSL color Cylindrical-coordinate representation of color #054534: hue angle of 164.06º 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 #054534 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 52 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.73 |
| HSL | 164.06º | 0.86% | 0.15% | - |
| HSV(B) | 164.06º | 0.93% | 0.27% | - |
| XYZ | 2.81 | 4.54 | 3.98 | - |
| YUV | 47.93 | 130.3 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 52 | 0.93 | 0 | 0.25 | 0.73 | 164.06 | 0.86 | 0.15 |
| Hex | 5 | 45 | 34 | 5D | 0 | 19 | 49 | A4 | 56 | F |
| Octal | 5 | 105 | 64 | 135 | 0 | 31 | 111 | 244 | 126 | 17 |
| Binary | 101 | 1000101 | 110100 | 1011101 | 0 | 11001 | 1001001 | 10100100 | 1010110 | 1111 |
Color Harmonies of #054534
Complementary color
Monochromatic Colors of #054534
Black with #054534
Text Example
Text Example
White with #054534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054534; }
p { color: rgb(5,69,52); }
H1.HeaderClassName
{
color: #054534;
}
.AnyTagClassName
{
color: #054534;
}
</style>
background-color css
<style>
a { background-color: #054534; }
a { background-color: rgb(5,69,52); }
div.DivClassName
{
background-color: #054534;
}
.BgClassName
{
background-color: #054534;
}
</style>
border-color css
<style>
span { border-color: #054534; }
span { border-color: rgb(5,69,52); }
td.TdClassName
{
border-color: #054534;
}
.TagClassName
{
border-color: #054534;
}
</style>