Shades of British Racing Green #054332
Tints of British Racing Green #054332
RGB
CMYK
RGB Variations
Color information
#054332 (or 0x054332) is known color: British Racing Green. HEX triplet: 05, 43 and 32. RGB value is (5,67,50). Sum of RGB (Red+Green+Blue) = 5+67+50=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #054332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054332 is #FABCCD. Grayscale: #2E2E2E. Windows color (decimal): -16432334 or 3293957. OLE color: 3293957.
HSL color Cylindrical-coordinate representation of color #054332: hue angle of 163.55º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054332 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 50 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.74 |
| HSL | 163.55º | 0.86% | 0.14% | - |
| HSV(B) | 163.55º | 0.93% | 0.26% | - |
| XYZ | 2.65 | 4.28 | 3.7 | - |
| YUV | 46.52 | 129.96 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 50 | 0.93 | 0 | 0.25 | 0.74 | 163.55 | 0.86 | 0.14 |
| Hex | 5 | 43 | 32 | 5D | 0 | 19 | 4A | A4 | 56 | E |
| Octal | 5 | 103 | 62 | 135 | 0 | 31 | 112 | 244 | 126 | 16 |
| Binary | 101 | 1000011 | 110010 | 1011101 | 0 | 11001 | 1001010 | 10100100 | 1010110 | 1110 |
Color Harmonies of #054332
Complementary color
Monochromatic Colors of #054332
Black with #054332
Text Example
Text Example
White with #054332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054332; }
p { color: rgb(5,67,50); }
H1.HeaderClassName
{
color: #054332;
}
.AnyTagClassName
{
color: #054332;
}
</style>
background-color css
<style>
a { background-color: #054332; }
a { background-color: rgb(5,67,50); }
div.DivClassName
{
background-color: #054332;
}
.BgClassName
{
background-color: #054332;
}
</style>
border-color css
<style>
span { border-color: #054332; }
span { border-color: rgb(5,67,50); }
td.TdClassName
{
border-color: #054332;
}
.TagClassName
{
border-color: #054332;
}
</style>