Shades of British Racing Green #054A36
Tints of British Racing Green #054A36
RGB
CMYK
RGB Variations
Color information
#054A36 (or 0x054A36) is known color: British Racing Green. HEX triplet: 05, 4A and 36. RGB value is (5,74,54). Sum of RGB (Red+Green+Blue) = 5+74+54=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #054A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A36 is #FAB5C9. Grayscale: #333333. Windows color (decimal): -16430538 or 3557893. OLE color: 3557893.
HSL color Cylindrical-coordinate representation of color #054A36: hue angle of 162.61º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A36 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 74 | 54 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.71 |
| HSL | 162.61º | 0.87% | 0.15% | - |
| HSV(B) | 162.61º | 0.93% | 0.29% | - |
| XYZ | 3.18 | 5.2 | 4.33 | - |
| YUV | 51.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 54 | 0.93 | 0 | 0.27 | 0.71 | 162.61 | 0.87 | 0.15 |
| Hex | 5 | 4A | 36 | 5D | 0 | 1B | 47 | A3 | 57 | F |
| Octal | 5 | 112 | 66 | 135 | 0 | 33 | 107 | 243 | 127 | 17 |
| Binary | 101 | 1001010 | 110110 | 1011101 | 0 | 11011 | 1000111 | 10100011 | 1010111 | 1111 |
Color Harmonies of #054A36
Complementary color
Monochromatic Colors of #054A36
Black with #054A36
Text Example
Text Example
White with #054A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A36; }
p { color: rgb(5,74,54); }
H1.HeaderClassName
{
color: #054A36;
}
.AnyTagClassName
{
color: #054A36;
}
</style>
background-color css
<style>
a { background-color: #054A36; }
a { background-color: rgb(5,74,54); }
div.DivClassName
{
background-color: #054A36;
}
.BgClassName
{
background-color: #054A36;
}
</style>
border-color css
<style>
span { border-color: #054A36; }
span { border-color: rgb(5,74,54); }
td.TdClassName
{
border-color: #054A36;
}
.TagClassName
{
border-color: #054A36;
}
</style>