Shades of British Racing Green #004E36
Tints of British Racing Green #004E36
RGB
CMYK
RGB Variations
Color information
#004E36 (or 0x004E36) is known color: British Racing Green. HEX triplet: 00, 4E and 36. RGB value is (0,78,54). Sum of RGB (Red+Green+Blue) = 0+78+54=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 78 (30.86% from 255 or 59.09% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 78 - color contains mainly: green. Hex color #004E36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E36 is #FFB1C9. Grayscale: #333333. Windows color (decimal): -16757194 or 3558912. OLE color: 3558912.
HSL color Cylindrical-coordinate representation of color #004E36: hue angle of 161.54º 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 #004E36 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 54 | - |
| CMYK | 1 | 0 | 0.31 | 0.69 |
| HSL | 161.54º | 1% | 0.15% | - |
| HSV(B) | 161.54º | 1% | 0.31% | - |
| XYZ | 3.39 | 5.72 | 4.41 | - |
| YUV | 51.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 54 | 1 | 0 | 0.31 | 0.69 | 161.54 | 1 | 0.15 |
| Hex | 0 | 4E | 36 | 64 | 0 | 1F | 45 | A2 | 64 | F |
| Octal | 0 | 116 | 66 | 144 | 0 | 37 | 105 | 242 | 144 | 17 |
| Binary | 0 | 1001110 | 110110 | 1100100 | 0 | 11111 | 1000101 | 10100010 | 1100100 | 1111 |
Color Harmonies of #004E36
Complementary color
Monochromatic Colors of #004E36
Black with #004E36
Text Example
Text Example
White with #004E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E36; }
p { color: rgb(0,78,54); }
H1.HeaderClassName
{
color: #004E36;
}
.AnyTagClassName
{
color: #004E36;
}
</style>
background-color css
<style>
a { background-color: #004E36; }
a { background-color: rgb(0,78,54); }
div.DivClassName
{
background-color: #004E36;
}
.BgClassName
{
background-color: #004E36;
}
</style>
border-color css
<style>
span { border-color: #004E36; }
span { border-color: rgb(0,78,54); }
td.TdClassName
{
border-color: #004E36;
}
.TagClassName
{
border-color: #004E36;
}
</style>