Shades of British Racing Green #074D33
Tints of British Racing Green #074D33
RGB
CMYK
RGB Variations
Color information
#074D33 (or 0x074D33) is known color: British Racing Green. HEX triplet: 07, 4D and 33. RGB value is (7,77,51). Sum of RGB (Red+Green+Blue) = 7+77+51=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #074D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D33 is #F8B2CC. Grayscale: #353535. Windows color (decimal): -16298701 or 3362055. OLE color: 3362055.
HSL color Cylindrical-coordinate representation of color #074D33: hue angle of 157.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D33 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 51 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.70 |
| HSL | 157.71º | 0.83% | 0.16% | - |
| HSV(B) | 157.71º | 0.91% | 0.3% | - |
| XYZ | 3.34 | 5.59 | 4.04 | - |
| YUV | 53.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 51 | 0.91 | 0 | 0.34 | 0.70 | 157.71 | 0.83 | 0.16 |
| Hex | 7 | 4D | 33 | 5B | 0 | 22 | 46 | 9E | 53 | 10 |
| Octal | 7 | 115 | 63 | 133 | 0 | 42 | 106 | 236 | 123 | 20 |
| Binary | 111 | 1001101 | 110011 | 1011011 | 0 | 100010 | 1000110 | 10011110 | 1010011 | 10000 |
Color Harmonies of #074D33
Complementary color
Monochromatic Colors of #074D33
Black with #074D33
Text Example
Text Example
White with #074D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D33; }
p { color: rgb(7,77,51); }
H1.HeaderClassName
{
color: #074D33;
}
.AnyTagClassName
{
color: #074D33;
}
</style>
background-color css
<style>
a { background-color: #074D33; }
a { background-color: rgb(7,77,51); }
div.DivClassName
{
background-color: #074D33;
}
.BgClassName
{
background-color: #074D33;
}
</style>
border-color css
<style>
span { border-color: #074D33; }
span { border-color: rgb(7,77,51); }
td.TdClassName
{
border-color: #074D33;
}
.TagClassName
{
border-color: #074D33;
}
</style>