Shades of British Racing Green #045321
Tints of British Racing Green #045321
RGB
CMYK
RGB Variations
Color information
#045321 (or 0x045321) is known color: British Racing Green. HEX triplet: 04, 53 and 21. RGB value is (4,83,33). Sum of RGB (Red+Green+Blue) = 4+83+33=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #045321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045321 is #FBACDE. Grayscale: #353535. Windows color (decimal): -16493791 or 2183940. OLE color: 2183940.
HSL color Cylindrical-coordinate representation of color #045321: hue angle of 142.03º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045321 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 33 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.67 |
| HSL | 142.03º | 0.91% | 0.17% | - |
| HSV(B) | 142.03º | 0.95% | 0.33% | - |
| XYZ | 3.42 | 6.32 | 2.48 | - |
| YUV | 53.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 33 | 0.95 | 0 | 0.60 | 0.67 | 142.03 | 0.91 | 0.17 |
| Hex | 4 | 53 | 21 | 5F | 0 | 3C | 43 | 8E | 5B | 11 |
| Octal | 4 | 123 | 41 | 137 | 0 | 74 | 103 | 216 | 133 | 21 |
| Binary | 100 | 1010011 | 100001 | 1011111 | 0 | 111100 | 1000011 | 10001110 | 1011011 | 10001 |
Color Harmonies of #045321
Complementary color
Monochromatic Colors of #045321
Black with #045321
Text Example
Text Example
White with #045321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045321; }
p { color: rgb(4,83,33); }
H1.HeaderClassName
{
color: #045321;
}
.AnyTagClassName
{
color: #045321;
}
</style>
background-color css
<style>
a { background-color: #045321; }
a { background-color: rgb(4,83,33); }
div.DivClassName
{
background-color: #045321;
}
.BgClassName
{
background-color: #045321;
}
</style>
border-color css
<style>
span { border-color: #045321; }
span { border-color: rgb(4,83,33); }
td.TdClassName
{
border-color: #045321;
}
.TagClassName
{
border-color: #045321;
}
</style>