Shades of British Racing Green #005538
Tints of British Racing Green #005538
RGB
CMYK
RGB Variations
Color information
#005538 (or 0x005538) is known color: British Racing Green. HEX triplet: 00, 55 and 38. RGB value is (0,85,56). Sum of RGB (Red+Green+Blue) = 0+85+56=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #005538 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005538 is #FFAAC7. Grayscale: #383838. Windows color (decimal): -16755400 or 3691776. OLE color: 3691776.
HSL color Cylindrical-coordinate representation of color #005538: hue angle of 159.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 #005538 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 85 | 56 | - |
| CMYK | 1 | 0 | 0.34 | 0.67 |
| HSL | 159.53º | 1% | 0.17% | - |
| HSV(B) | 159.53º | 1% | 0.33% | - |
| XYZ | 3.96 | 6.78 | 4.84 | - |
| YUV | 56.28 | 127.84 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 56 | 1 | 0 | 0.34 | 0.67 | 159.53 | 1 | 0.17 |
| Hex | 0 | 55 | 38 | 64 | 0 | 22 | 43 | A0 | 64 | 11 |
| Octal | 0 | 125 | 70 | 144 | 0 | 42 | 103 | 240 | 144 | 21 |
| Binary | 0 | 1010101 | 111000 | 1100100 | 0 | 100010 | 1000011 | 10100000 | 1100100 | 10001 |
Color Harmonies of #005538
Complementary color
Monochromatic Colors of #005538
Black with #005538
Text Example
Text Example
White with #005538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005538; }
p { color: rgb(0,85,56); }
H1.HeaderClassName
{
color: #005538;
}
.AnyTagClassName
{
color: #005538;
}
</style>
background-color css
<style>
a { background-color: #005538; }
a { background-color: rgb(0,85,56); }
div.DivClassName
{
background-color: #005538;
}
.BgClassName
{
background-color: #005538;
}
</style>
border-color css
<style>
span { border-color: #005538; }
span { border-color: rgb(0,85,56); }
td.TdClassName
{
border-color: #005538;
}
.TagClassName
{
border-color: #005538;
}
</style>