Shades of British Racing Green #04522C
Tints of British Racing Green #04522C
RGB
CMYK
RGB Variations
Color information
#04522C (or 0x04522C) is known color: British Racing Green. HEX triplet: 04, 52 and 2C. RGB value is (4,82,44). Sum of RGB (Red+Green+Blue) = 4+82+44=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #04522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04522C is #FBADD3. Grayscale: #363636. Windows color (decimal): -16494036 or 2904580. OLE color: 2904580.
HSL color Cylindrical-coordinate representation of color #04522C: hue angle of 150.77º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04522C is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 44 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.68 |
| HSL | 150.77º | 0.91% | 0.17% | - |
| HSV(B) | 150.77º | 0.95% | 0.32% | - |
| XYZ | 3.52 | 6.24 | 3.4 | - |
| YUV | 54.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 44 | 0.95 | 0 | 0.46 | 0.68 | 150.77 | 0.91 | 0.17 |
| Hex | 4 | 52 | 2C | 5F | 0 | 2E | 44 | 97 | 5B | 11 |
| Octal | 4 | 122 | 54 | 137 | 0 | 56 | 104 | 227 | 133 | 21 |
| Binary | 100 | 1010010 | 101100 | 1011111 | 0 | 101110 | 1000100 | 10010111 | 1011011 | 10001 |
Color Harmonies of #04522C
Complementary color
Monochromatic Colors of #04522C
Black with #04522C
Text Example
Text Example
White with #04522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04522C; }
p { color: rgb(4,82,44); }
H1.HeaderClassName
{
color: #04522C;
}
.AnyTagClassName
{
color: #04522C;
}
</style>
background-color css
<style>
a { background-color: #04522C; }
a { background-color: rgb(4,82,44); }
div.DivClassName
{
background-color: #04522C;
}
.BgClassName
{
background-color: #04522C;
}
</style>
border-color css
<style>
span { border-color: #04522C; }
span { border-color: rgb(4,82,44); }
td.TdClassName
{
border-color: #04522C;
}
.TagClassName
{
border-color: #04522C;
}
</style>