Shades of British Racing Green #05532A
Tints of British Racing Green #05532A
RGB
CMYK
RGB Variations
Color information
#05532A (or 0x05532A) is known color: British Racing Green. HEX triplet: 05, 53 and 2A. RGB value is (5,83,42). Sum of RGB (Red+Green+Blue) = 5+83+42=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #05532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05532A is #FAACD5. Grayscale: #373737. Windows color (decimal): -16428246 or 2773765. OLE color: 2773765.
HSL color Cylindrical-coordinate representation of color #05532A: hue angle of 148.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05532A is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 42 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.67 |
| HSL | 148.46º | 0.89% | 0.17% | - |
| HSV(B) | 148.46º | 0.94% | 0.33% | - |
| XYZ | 3.57 | 6.39 | 3.23 | - |
| YUV | 55 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 42 | 0.94 | 0 | 0.49 | 0.67 | 148.46 | 0.89 | 0.17 |
| Hex | 5 | 53 | 2A | 5E | 0 | 31 | 43 | 94 | 59 | 11 |
| Octal | 5 | 123 | 52 | 136 | 0 | 61 | 103 | 224 | 131 | 21 |
| Binary | 101 | 1010011 | 101010 | 1011110 | 0 | 110001 | 1000011 | 10010100 | 1011001 | 10001 |
Color Harmonies of #05532A
Complementary color
Monochromatic Colors of #05532A
Black with #05532A
Text Example
Text Example
White with #05532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05532A; }
p { color: rgb(5,83,42); }
H1.HeaderClassName
{
color: #05532A;
}
.AnyTagClassName
{
color: #05532A;
}
</style>
background-color css
<style>
a { background-color: #05532A; }
a { background-color: rgb(5,83,42); }
div.DivClassName
{
background-color: #05532A;
}
.BgClassName
{
background-color: #05532A;
}
</style>
border-color css
<style>
span { border-color: #05532A; }
span { border-color: rgb(5,83,42); }
td.TdClassName
{
border-color: #05532A;
}
.TagClassName
{
border-color: #05532A;
}
</style>