Shades of British Racing Green #004E34
Tints of British Racing Green #004E34
RGB
CMYK
RGB Variations
Color information
#004E34 (or 0x004E34) is known color: British Racing Green. HEX triplet: 00, 4E and 34. RGB value is (0,78,52). Sum of RGB (Red+Green+Blue) = 0+78+52=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 78 (30.86% from 255 or 60% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 78 - color contains mainly: green. Hex color #004E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E34 is #FFB1CB. Grayscale: #333333. Windows color (decimal): -16757196 or 3427840. OLE color: 3427840.
HSL color Cylindrical-coordinate representation of color #004E34: hue angle of 160º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E34 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 52 | - |
| CMYK | 1 | 0 | 0.33 | 0.69 |
| HSL | 160º | 1% | 0.15% | - |
| HSV(B) | 160º | 1% | 0.31% | - |
| XYZ | 3.34 | 5.7 | 4.17 | - |
| YUV | 51.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 52 | 1 | 0 | 0.33 | 0.69 | 160 | 1 | 0.15 |
| Hex | 0 | 4E | 34 | 64 | 0 | 21 | 45 | A0 | 64 | F |
| Octal | 0 | 116 | 64 | 144 | 0 | 41 | 105 | 240 | 144 | 17 |
| Binary | 0 | 1001110 | 110100 | 1100100 | 0 | 100001 | 1000101 | 10100000 | 1100100 | 1111 |
Color Harmonies of #004E34
Complementary color
Monochromatic Colors of #004E34
Black with #004E34
Text Example
Text Example
White with #004E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E34; }
p { color: rgb(0,78,52); }
H1.HeaderClassName
{
color: #004E34;
}
.AnyTagClassName
{
color: #004E34;
}
</style>
background-color css
<style>
a { background-color: #004E34; }
a { background-color: rgb(0,78,52); }
div.DivClassName
{
background-color: #004E34;
}
.BgClassName
{
background-color: #004E34;
}
</style>
border-color css
<style>
span { border-color: #004E34; }
span { border-color: rgb(0,78,52); }
td.TdClassName
{
border-color: #004E34;
}
.TagClassName
{
border-color: #004E34;
}
</style>