Shades of British Racing Green #094521
Tints of British Racing Green #094521
RGB
CMYK
RGB Variations
Color information
#094521 (or 0x094521) is known color: British Racing Green. HEX triplet: 09, 45 and 21. RGB value is (9,69,33). Sum of RGB (Red+Green+Blue) = 9+69+33=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #094521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094521 is #F6BADE. Grayscale: #2F2F2F. Windows color (decimal): -16169695 or 2180361. OLE color: 2180361.
HSL color Cylindrical-coordinate representation of color #094521: hue angle of 144º 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 #094521 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 69 | 33 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.73 |
| HSL | 144º | 0.77% | 0.15% | - |
| HSV(B) | 144º | 0.87% | 0.27% | - |
| XYZ | 2.52 | 4.42 | 2.16 | - |
| YUV | 46.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 33 | 0.87 | 0 | 0.52 | 0.73 | 144 | 0.77 | 0.15 |
| Hex | 9 | 45 | 21 | 57 | 0 | 34 | 49 | 90 | 4D | F |
| Octal | 11 | 105 | 41 | 127 | 0 | 64 | 111 | 220 | 115 | 17 |
| Binary | 1001 | 1000101 | 100001 | 1010111 | 0 | 110100 | 1001001 | 10010000 | 1001101 | 1111 |
Color Harmonies of #094521
Complementary color
Monochromatic Colors of #094521
Black with #094521
Text Example
Text Example
White with #094521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094521; }
p { color: rgb(9,69,33); }
H1.HeaderClassName
{
color: #094521;
}
.AnyTagClassName
{
color: #094521;
}
</style>
background-color css
<style>
a { background-color: #094521; }
a { background-color: rgb(9,69,33); }
div.DivClassName
{
background-color: #094521;
}
.BgClassName
{
background-color: #094521;
}
</style>
border-color css
<style>
span { border-color: #094521; }
span { border-color: rgb(9,69,33); }
td.TdClassName
{
border-color: #094521;
}
.TagClassName
{
border-color: #094521;
}
</style>