Shades of British Racing Green #04522D
Tints of British Racing Green #04522D
RGB
CMYK
RGB Variations
Color information
#04522D (or 0x04522D) is known color: British Racing Green. HEX triplet: 04, 52 and 2D. RGB value is (4,82,45). Sum of RGB (Red+Green+Blue) = 4+82+45=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #04522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04522D is #FBADD2. Grayscale: #363636. Windows color (decimal): -16494035 or 2970116. OLE color: 2970116.
HSL color Cylindrical-coordinate representation of color #04522D: hue angle of 151.54º 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 #04522D is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 45 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.68 |
| HSL | 151.54º | 0.91% | 0.17% | - |
| HSV(B) | 151.54º | 0.95% | 0.32% | - |
| XYZ | 3.54 | 6.25 | 3.5 | - |
| YUV | 54.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 45 | 0.95 | 0 | 0.45 | 0.68 | 151.54 | 0.91 | 0.17 |
| Hex | 4 | 52 | 2D | 5F | 0 | 2D | 44 | 98 | 5B | 11 |
| Octal | 4 | 122 | 55 | 137 | 0 | 55 | 104 | 230 | 133 | 21 |
| Binary | 100 | 1010010 | 101101 | 1011111 | 0 | 101101 | 1000100 | 10011000 | 1011011 | 10001 |
Color Harmonies of #04522D
Complementary color
Monochromatic Colors of #04522D
Black with #04522D
Text Example
Text Example
White with #04522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04522D; }
p { color: rgb(4,82,45); }
H1.HeaderClassName
{
color: #04522D;
}
.AnyTagClassName
{
color: #04522D;
}
</style>
background-color css
<style>
a { background-color: #04522D; }
a { background-color: rgb(4,82,45); }
div.DivClassName
{
background-color: #04522D;
}
.BgClassName
{
background-color: #04522D;
}
</style>
border-color css
<style>
span { border-color: #04522D; }
span { border-color: rgb(4,82,45); }
td.TdClassName
{
border-color: #04522D;
}
.TagClassName
{
border-color: #04522D;
}
</style>