Shades of British Racing Green #054523
Tints of British Racing Green #054523
RGB
CMYK
RGB Variations
Color information
#054523 (or 0x054523) is known color: British Racing Green. HEX triplet: 05, 45 and 23. RGB value is (5,69,35). Sum of RGB (Red+Green+Blue) = 5+69+35=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #054523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054523 is #FABADC. Grayscale: #2E2E2E. Windows color (decimal): -16431837 or 2311429. OLE color: 2311429.
HSL color Cylindrical-coordinate representation of color #054523: hue angle of 148.12º 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 #054523 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 35 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.73 |
| HSL | 148.13º | 0.86% | 0.15% | - |
| HSV(B) | 148.13º | 0.93% | 0.27% | - |
| XYZ | 2.49 | 4.41 | 2.31 | - |
| YUV | 45.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 35 | 0.93 | 0 | 0.49 | 0.73 | 148.13 | 0.86 | 0.15 |
| Hex | 5 | 45 | 23 | 5D | 0 | 31 | 49 | 94 | 56 | F |
| Octal | 5 | 105 | 43 | 135 | 0 | 61 | 111 | 224 | 126 | 17 |
| Binary | 101 | 1000101 | 100011 | 1011101 | 0 | 110001 | 1001001 | 10010100 | 1010110 | 1111 |
Color Harmonies of #054523
Complementary color
Monochromatic Colors of #054523
Black with #054523
Text Example
Text Example
White with #054523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054523; }
p { color: rgb(5,69,35); }
H1.HeaderClassName
{
color: #054523;
}
.AnyTagClassName
{
color: #054523;
}
</style>
background-color css
<style>
a { background-color: #054523; }
a { background-color: rgb(5,69,35); }
div.DivClassName
{
background-color: #054523;
}
.BgClassName
{
background-color: #054523;
}
</style>
border-color css
<style>
span { border-color: #054523; }
span { border-color: rgb(5,69,35); }
td.TdClassName
{
border-color: #054523;
}
.TagClassName
{
border-color: #054523;
}
</style>