Shades of British Racing Green #094524
Tints of British Racing Green #094524
RGB
CMYK
RGB Variations
Color information
#094524 (or 0x094524) is known color: British Racing Green. HEX triplet: 09, 45 and 24. RGB value is (9,69,36). Sum of RGB (Red+Green+Blue) = 9+69+36=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #094524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094524 is #F6BADB. Grayscale: #2F2F2F. Windows color (decimal): -16169692 or 2376969. OLE color: 2376969.
HSL color Cylindrical-coordinate representation of color #094524: hue angle of 147º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094524 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 69 | 36 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.73 |
| HSL | 147º | 0.77% | 0.15% | - |
| HSV(B) | 147º | 0.87% | 0.27% | - |
| XYZ | 2.56 | 4.44 | 2.39 | - |
| YUV | 47.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 36 | 0.87 | 0 | 0.48 | 0.73 | 147 | 0.77 | 0.15 |
| Hex | 9 | 45 | 24 | 57 | 0 | 30 | 49 | 93 | 4D | F |
| Octal | 11 | 105 | 44 | 127 | 0 | 60 | 111 | 223 | 115 | 17 |
| Binary | 1001 | 1000101 | 100100 | 1010111 | 0 | 110000 | 1001001 | 10010011 | 1001101 | 1111 |
Color Harmonies of #094524
Complementary color
Monochromatic Colors of #094524
Black with #094524
Text Example
Text Example
White with #094524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094524; }
p { color: rgb(9,69,36); }
H1.HeaderClassName
{
color: #094524;
}
.AnyTagClassName
{
color: #094524;
}
</style>
background-color css
<style>
a { background-color: #094524; }
a { background-color: rgb(9,69,36); }
div.DivClassName
{
background-color: #094524;
}
.BgClassName
{
background-color: #094524;
}
</style>
border-color css
<style>
span { border-color: #094524; }
span { border-color: rgb(9,69,36); }
td.TdClassName
{
border-color: #094524;
}
.TagClassName
{
border-color: #094524;
}
</style>