Shades of British Racing Green #004635
Tints of British Racing Green #004635
RGB
CMYK
RGB Variations
Color information
#004635 (or 0x004635) is known color: British Racing Green. HEX triplet: 00, 46 and 35. RGB value is (0,70,53). Sum of RGB (Red+Green+Blue) = 0+70+53=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #004635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004635 is #FFB9CA. Grayscale: #2F2F2F. Windows color (decimal): -16759243 or 3491328. OLE color: 3491328.
HSL color Cylindrical-coordinate representation of color #004635: hue angle of 165.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004635 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 70 | 53 | - |
| CMYK | 1 | 0 | 0.24 | 0.73 |
| HSL | 165.43º | 1% | 0.14% | - |
| HSV(B) | 165.43º | 1% | 0.27% | - |
| XYZ | 2.83 | 4.64 | 4.11 | - |
| YUV | 47.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 53 | 1 | 0 | 0.24 | 0.73 | 165.43 | 1 | 0.14 |
| Hex | 0 | 46 | 35 | 64 | 0 | 18 | 49 | A5 | 64 | E |
| Octal | 0 | 106 | 65 | 144 | 0 | 30 | 111 | 245 | 144 | 16 |
| Binary | 0 | 1000110 | 110101 | 1100100 | 0 | 11000 | 1001001 | 10100101 | 1100100 | 1110 |
Color Harmonies of #004635
Complementary color
Monochromatic Colors of #004635
Black with #004635
Text Example
Text Example
White with #004635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004635; }
p { color: rgb(0,70,53); }
H1.HeaderClassName
{
color: #004635;
}
.AnyTagClassName
{
color: #004635;
}
</style>
background-color css
<style>
a { background-color: #004635; }
a { background-color: rgb(0,70,53); }
div.DivClassName
{
background-color: #004635;
}
.BgClassName
{
background-color: #004635;
}
</style>
border-color css
<style>
span { border-color: #004635; }
span { border-color: rgb(0,70,53); }
td.TdClassName
{
border-color: #004635;
}
.TagClassName
{
border-color: #004635;
}
</style>