Shades of British Racing Green #005527
Tints of British Racing Green #005527
RGB
CMYK
RGB Variations
Color information
#005527 (or 0x005527) is known color: British Racing Green. HEX triplet: 00, 55 and 27. RGB value is (0,85,39). Sum of RGB (Red+Green+Blue) = 0+85+39=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #005527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005527 is #FFAAD8. Grayscale: #363636. Windows color (decimal): -16755417 or 2577664. OLE color: 2577664.
HSL color Cylindrical-coordinate representation of color #005527: hue angle of 147.53º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005527 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 39 | - |
| CMYK | 1 | 0 | 0.54 | 0.67 |
| HSL | 147.53º | 1% | 0.17% | - |
| HSV(B) | 147.53º | 1% | 0.33% | - |
| XYZ | 3.61 | 6.64 | 3.01 | - |
| YUV | 54.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 39 | 1 | 0 | 0.54 | 0.67 | 147.53 | 1 | 0.17 |
| Hex | 0 | 55 | 27 | 64 | 0 | 36 | 43 | 94 | 64 | 11 |
| Octal | 0 | 125 | 47 | 144 | 0 | 66 | 103 | 224 | 144 | 21 |
| Binary | 0 | 1010101 | 100111 | 1100100 | 0 | 110110 | 1000011 | 10010100 | 1100100 | 10001 |
Color Harmonies of #005527
Complementary color
Monochromatic Colors of #005527
Black with #005527
Text Example
Text Example
White with #005527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005527; }
p { color: rgb(0,85,39); }
H1.HeaderClassName
{
color: #005527;
}
.AnyTagClassName
{
color: #005527;
}
</style>
background-color css
<style>
a { background-color: #005527; }
a { background-color: rgb(0,85,39); }
div.DivClassName
{
background-color: #005527;
}
.BgClassName
{
background-color: #005527;
}
</style>
border-color css
<style>
span { border-color: #005527; }
span { border-color: rgb(0,85,39); }
td.TdClassName
{
border-color: #005527;
}
.TagClassName
{
border-color: #005527;
}
</style>