Shades of British Racing Green #004A36
Tints of British Racing Green #004A36
RGB
CMYK
RGB Variations
Color information
#004A36 (or 0x004A36) is known color: British Racing Green. HEX triplet: 00, 4A and 36. RGB value is (0,74,54). Sum of RGB (Red+Green+Blue) = 0+74+54=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 74 (29.30% from 255 or 57.81% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 74 - color contains mainly: green. Hex color #004A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A36 is #FFB5C9. Grayscale: #313131. Windows color (decimal): -16758218 or 3557888. OLE color: 3557888.
HSL color Cylindrical-coordinate representation of color #004A36: hue angle of 163.78º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A36 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 54 | - |
| CMYK | 1 | 0 | 0.27 | 0.71 |
| HSL | 163.78º | 1% | 0.15% | - |
| HSV(B) | 163.78º | 1% | 0.29% | - |
| XYZ | 3.11 | 5.16 | 4.32 | - |
| YUV | 49.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 54 | 1 | 0 | 0.27 | 0.71 | 163.78 | 1 | 0.15 |
| Hex | 0 | 4A | 36 | 64 | 0 | 1B | 47 | A4 | 64 | F |
| Octal | 0 | 112 | 66 | 144 | 0 | 33 | 107 | 244 | 144 | 17 |
| Binary | 0 | 1001010 | 110110 | 1100100 | 0 | 11011 | 1000111 | 10100100 | 1100100 | 1111 |
Color Harmonies of #004A36
Complementary color
Monochromatic Colors of #004A36
Black with #004A36
Text Example
Text Example
White with #004A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A36; }
p { color: rgb(0,74,54); }
H1.HeaderClassName
{
color: #004A36;
}
.AnyTagClassName
{
color: #004A36;
}
</style>
background-color css
<style>
a { background-color: #004A36; }
a { background-color: rgb(0,74,54); }
div.DivClassName
{
background-color: #004A36;
}
.BgClassName
{
background-color: #004A36;
}
</style>
border-color css
<style>
span { border-color: #004A36; }
span { border-color: rgb(0,74,54); }
td.TdClassName
{
border-color: #004A36;
}
.TagClassName
{
border-color: #004A36;
}
</style>