Shades of British Racing Green #05532E
Tints of British Racing Green #05532E
RGB
CMYK
RGB Variations
Color information
#05532E (or 0x05532E) is known color: British Racing Green. HEX triplet: 05, 53 and 2E. RGB value is (5,83,46). Sum of RGB (Red+Green+Blue) = 5+83+46=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #05532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05532E is #FAACD1. Grayscale: #373737. Windows color (decimal): -16428242 or 3035909. OLE color: 3035909.
HSL color Cylindrical-coordinate representation of color #05532E: hue angle of 151.54º 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 #05532E is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 46 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.67 |
| HSL | 151.54º | 0.89% | 0.17% | - |
| HSV(B) | 151.54º | 0.94% | 0.33% | - |
| XYZ | 3.65 | 6.42 | 3.63 | - |
| YUV | 55.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 46 | 0.94 | 0 | 0.45 | 0.67 | 151.54 | 0.89 | 0.17 |
| Hex | 5 | 53 | 2E | 5E | 0 | 2D | 43 | 98 | 59 | 11 |
| Octal | 5 | 123 | 56 | 136 | 0 | 55 | 103 | 230 | 131 | 21 |
| Binary | 101 | 1010011 | 101110 | 1011110 | 0 | 101101 | 1000011 | 10011000 | 1011001 | 10001 |
Color Harmonies of #05532E
Complementary color
Monochromatic Colors of #05532E
Black with #05532E
Text Example
Text Example
White with #05532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05532E; }
p { color: rgb(5,83,46); }
H1.HeaderClassName
{
color: #05532E;
}
.AnyTagClassName
{
color: #05532E;
}
</style>
background-color css
<style>
a { background-color: #05532E; }
a { background-color: rgb(5,83,46); }
div.DivClassName
{
background-color: #05532E;
}
.BgClassName
{
background-color: #05532E;
}
</style>
border-color css
<style>
span { border-color: #05532E; }
span { border-color: rgb(5,83,46); }
td.TdClassName
{
border-color: #05532E;
}
.TagClassName
{
border-color: #05532E;
}
</style>