Shades of British Racing Green #05521A
Tints of British Racing Green #05521A
RGB
CMYK
RGB Variations
Color information
#05521A (or 0x05521A) is known color: British Racing Green. HEX triplet: 05, 52 and 1A. RGB value is (5,82,26). Sum of RGB (Red+Green+Blue) = 5+82+26=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #05521A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05521A is #FAADE5. Grayscale: #343434. Windows color (decimal): -16428518 or 1724933. OLE color: 1724933.
HSL color Cylindrical-coordinate representation of color #05521A: hue angle of 136.36º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05521A is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 82 | 26 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.68 |
| HSL | 136.36º | 0.89% | 0.17% | - |
| HSV(B) | 136.36º | 0.94% | 0.32% | - |
| XYZ | 3.27 | 6.14 | 1.99 | - |
| YUV | 52.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 82 | 26 | 0.94 | 0 | 0.68 | 0.68 | 136.36 | 0.89 | 0.17 |
| Hex | 5 | 52 | 1A | 5E | 0 | 44 | 44 | 88 | 59 | 11 |
| Octal | 5 | 122 | 32 | 136 | 0 | 104 | 104 | 210 | 131 | 21 |
| Binary | 101 | 1010010 | 11010 | 1011110 | 0 | 1000100 | 1000100 | 10001000 | 1011001 | 10001 |
Color Harmonies of #05521A
Complementary color
Monochromatic Colors of #05521A
Black with #05521A
Text Example
Text Example
White with #05521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05521A; }
p { color: rgb(5,82,26); }
H1.HeaderClassName
{
color: #05521A;
}
.AnyTagClassName
{
color: #05521A;
}
</style>
background-color css
<style>
a { background-color: #05521A; }
a { background-color: rgb(5,82,26); }
div.DivClassName
{
background-color: #05521A;
}
.BgClassName
{
background-color: #05521A;
}
</style>
border-color css
<style>
span { border-color: #05521A; }
span { border-color: rgb(5,82,26); }
td.TdClassName
{
border-color: #05521A;
}
.TagClassName
{
border-color: #05521A;
}
</style>