Shades of British Racing Green #053E19
Tints of British Racing Green #053E19
RGB
CMYK
RGB Variations
Color information
#053E19 (or 0x053E19) is known color: British Racing Green. HEX triplet: 05, 3E and 19. RGB value is (5,62,25). Sum of RGB (Red+Green+Blue) = 5+62+25=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 62 (24.61% from 255 or 67.39% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 62 - color contains mainly: green. Hex color #053E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053E19 is #FAC1E6. Grayscale: #282828. Windows color (decimal): -16433639 or 1654277. OLE color: 1654277.
HSL color Cylindrical-coordinate representation of color #053E19: hue angle of 141.05º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053E19 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 62 | 25 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.76 |
| HSL | 141.05º | 0.85% | 0.13% | - |
| HSV(B) | 141.05º | 0.92% | 0.24% | - |
| XYZ | 1.96 | 3.55 | 1.5 | - |
| YUV | 40.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 25 | 0.92 | 0 | 0.60 | 0.76 | 141.05 | 0.85 | 0.13 |
| Hex | 5 | 3E | 19 | 5C | 0 | 3C | 4C | 8D | 55 | D |
| Octal | 5 | 76 | 31 | 134 | 0 | 74 | 114 | 215 | 125 | 15 |
| Binary | 101 | 111110 | 11001 | 1011100 | 0 | 111100 | 1001100 | 10001101 | 1010101 | 1101 |
Color Harmonies of #053E19
Complementary color
Monochromatic Colors of #053E19
Black with #053E19
Text Example
Text Example
White with #053E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E19; }
p { color: rgb(5,62,25); }
H1.HeaderClassName
{
color: #053E19;
}
.AnyTagClassName
{
color: #053E19;
}
</style>
background-color css
<style>
a { background-color: #053E19; }
a { background-color: rgb(5,62,25); }
div.DivClassName
{
background-color: #053E19;
}
.BgClassName
{
background-color: #053E19;
}
</style>
border-color css
<style>
span { border-color: #053E19; }
span { border-color: rgb(5,62,25); }
td.TdClassName
{
border-color: #053E19;
}
.TagClassName
{
border-color: #053E19;
}
</style>