Shades of British Racing Green #045432
Tints of British Racing Green #045432
RGB
CMYK
RGB Variations
Color information
#045432 (or 0x045432) is known color: British Racing Green. HEX triplet: 04, 54 and 32. RGB value is (4,84,50). Sum of RGB (Red+Green+Blue) = 4+84+50=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #045432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045432 is #FBABCD. Grayscale: #383838. Windows color (decimal): -16493518 or 3298308. OLE color: 3298308.
HSL color Cylindrical-coordinate representation of color #045432: hue angle of 154.5º 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 #045432 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 50 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.67 |
| HSL | 154.5º | 0.91% | 0.17% | - |
| HSV(B) | 154.5º | 0.95% | 0.33% | - |
| XYZ | 3.8 | 6.6 | 4.09 | - |
| YUV | 56.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 50 | 0.95 | 0 | 0.40 | 0.67 | 154.5 | 0.91 | 0.17 |
| Hex | 4 | 54 | 32 | 5F | 0 | 28 | 43 | 9A | 5B | 11 |
| Octal | 4 | 124 | 62 | 137 | 0 | 50 | 103 | 232 | 133 | 21 |
| Binary | 100 | 1010100 | 110010 | 1011111 | 0 | 101000 | 1000011 | 10011010 | 1011011 | 10001 |
Color Harmonies of #045432
Complementary color
Monochromatic Colors of #045432
Black with #045432
Text Example
Text Example
White with #045432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045432; }
p { color: rgb(4,84,50); }
H1.HeaderClassName
{
color: #045432;
}
.AnyTagClassName
{
color: #045432;
}
</style>
background-color css
<style>
a { background-color: #045432; }
a { background-color: rgb(4,84,50); }
div.DivClassName
{
background-color: #045432;
}
.BgClassName
{
background-color: #045432;
}
</style>
border-color css
<style>
span { border-color: #045432; }
span { border-color: rgb(4,84,50); }
td.TdClassName
{
border-color: #045432;
}
.TagClassName
{
border-color: #045432;
}
</style>