Shades of British Racing Green #053C20
Tints of British Racing Green #053C20
RGB
CMYK
RGB Variations
Color information
#053C20 (or 0x053C20) is known color: British Racing Green. HEX triplet: 05, 3C and 20. RGB value is (5,60,32). Sum of RGB (Red+Green+Blue) = 5+60+32=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 60 (23.83% from 255 or 61.86% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 60 - color contains mainly: green. Hex color #053C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C20 is #FAC3DF. Grayscale: #282828. Windows color (decimal): -16434144 or 2112517. OLE color: 2112517.
HSL color Cylindrical-coordinate representation of color #053C20: hue angle of 149.45º 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 #053C20 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 32 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.76 |
| HSL | 149.45º | 0.85% | 0.13% | - |
| HSV(B) | 149.45º | 0.92% | 0.24% | - |
| XYZ | 1.94 | 3.37 | 1.91 | - |
| YUV | 40.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 32 | 0.92 | 0 | 0.47 | 0.76 | 149.45 | 0.85 | 0.13 |
| Hex | 5 | 3C | 20 | 5C | 0 | 2F | 4C | 95 | 55 | D |
| Octal | 5 | 74 | 40 | 134 | 0 | 57 | 114 | 225 | 125 | 15 |
| Binary | 101 | 111100 | 100000 | 1011100 | 0 | 101111 | 1001100 | 10010101 | 1010101 | 1101 |
Color Harmonies of #053C20
Complementary color
Monochromatic Colors of #053C20
Black with #053C20
Text Example
Text Example
White with #053C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C20; }
p { color: rgb(5,60,32); }
H1.HeaderClassName
{
color: #053C20;
}
.AnyTagClassName
{
color: #053C20;
}
</style>
background-color css
<style>
a { background-color: #053C20; }
a { background-color: rgb(5,60,32); }
div.DivClassName
{
background-color: #053C20;
}
.BgClassName
{
background-color: #053C20;
}
</style>
border-color css
<style>
span { border-color: #053C20; }
span { border-color: rgb(5,60,32); }
td.TdClassName
{
border-color: #053C20;
}
.TagClassName
{
border-color: #053C20;
}
</style>