Shades of British Racing Green #005734
Tints of British Racing Green #005734
RGB
CMYK
RGB Variations
Color information
#005734 (or 0x005734) is known color: British Racing Green. HEX triplet: 00, 57 and 34. RGB value is (0,87,52). Sum of RGB (Red+Green+Blue) = 0+87+52=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #005734 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005734 is #FFA8CB. Grayscale: #393939. Windows color (decimal): -16754892 or 3430144. OLE color: 3430144.
HSL color Cylindrical-coordinate representation of color #005734: hue angle of 155.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005734 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 87 | 52 | - |
| CMYK | 1 | 0 | 0.40 | 0.66 |
| HSL | 155.86º | 1% | 0.17% | - |
| HSV(B) | 155.86º | 1% | 0.34% | - |
| XYZ | 4.03 | 7.06 | 4.4 | - |
| YUV | 57 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 52 | 1 | 0 | 0.40 | 0.66 | 155.86 | 1 | 0.17 |
| Hex | 0 | 57 | 34 | 64 | 0 | 28 | 42 | 9C | 64 | 11 |
| Octal | 0 | 127 | 64 | 144 | 0 | 50 | 102 | 234 | 144 | 21 |
| Binary | 0 | 1010111 | 110100 | 1100100 | 0 | 101000 | 1000010 | 10011100 | 1100100 | 10001 |
Color Harmonies of #005734
Complementary color
Monochromatic Colors of #005734
Black with #005734
Text Example
Text Example
White with #005734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005734; }
p { color: rgb(0,87,52); }
H1.HeaderClassName
{
color: #005734;
}
.AnyTagClassName
{
color: #005734;
}
</style>
background-color css
<style>
a { background-color: #005734; }
a { background-color: rgb(0,87,52); }
div.DivClassName
{
background-color: #005734;
}
.BgClassName
{
background-color: #005734;
}
</style>
border-color css
<style>
span { border-color: #005734; }
span { border-color: rgb(0,87,52); }
td.TdClassName
{
border-color: #005734;
}
.TagClassName
{
border-color: #005734;
}
</style>