Shades of British Racing Green #04552C
Tints of British Racing Green #04552C
RGB
CMYK
RGB Variations
Color information
#04552C (or 0x04552C) is known color: British Racing Green. HEX triplet: 04, 55 and 2C. RGB value is (4,85,44). Sum of RGB (Red+Green+Blue) = 4+85+44=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #04552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04552C is #FBAAD3. Grayscale: #383838. Windows color (decimal): -16493268 or 2905348. OLE color: 2905348.
HSL color Cylindrical-coordinate representation of color #04552C: hue angle of 149.63º 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 #04552C is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 44 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.67 |
| HSL | 149.63º | 0.91% | 0.17% | - |
| HSV(B) | 149.63º | 0.95% | 0.33% | - |
| XYZ | 3.75 | 6.7 | 3.48 | - |
| YUV | 56.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 44 | 0.95 | 0 | 0.48 | 0.67 | 149.63 | 0.91 | 0.17 |
| Hex | 4 | 55 | 2C | 5F | 0 | 30 | 43 | 96 | 5B | 11 |
| Octal | 4 | 125 | 54 | 137 | 0 | 60 | 103 | 226 | 133 | 21 |
| Binary | 100 | 1010101 | 101100 | 1011111 | 0 | 110000 | 1000011 | 10010110 | 1011011 | 10001 |
Color Harmonies of #04552C
Complementary color
Monochromatic Colors of #04552C
Black with #04552C
Text Example
Text Example
White with #04552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04552C; }
p { color: rgb(4,85,44); }
H1.HeaderClassName
{
color: #04552C;
}
.AnyTagClassName
{
color: #04552C;
}
</style>
background-color css
<style>
a { background-color: #04552C; }
a { background-color: rgb(4,85,44); }
div.DivClassName
{
background-color: #04552C;
}
.BgClassName
{
background-color: #04552C;
}
</style>
border-color css
<style>
span { border-color: #04552C; }
span { border-color: rgb(4,85,44); }
td.TdClassName
{
border-color: #04552C;
}
.TagClassName
{
border-color: #04552C;
}
</style>