Shades of British Racing Green #045534
Tints of British Racing Green #045534
RGB
CMYK
RGB Variations
Color information
#045534 (or 0x045534) is known color: British Racing Green. HEX triplet: 04, 55 and 34. RGB value is (4,85,52). Sum of RGB (Red+Green+Blue) = 4+85+52=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #045534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045534 is #FBAACB. Grayscale: #393939. Windows color (decimal): -16493260 or 3429636. OLE color: 3429636.
HSL color Cylindrical-coordinate representation of color #045534: hue angle of 155.56º 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 #045534 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 52 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.67 |
| HSL | 155.56º | 0.91% | 0.17% | - |
| HSV(B) | 155.56º | 0.95% | 0.33% | - |
| XYZ | 3.92 | 6.77 | 4.35 | - |
| YUV | 57.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 52 | 0.95 | 0 | 0.39 | 0.67 | 155.56 | 0.91 | 0.17 |
| Hex | 4 | 55 | 34 | 5F | 0 | 27 | 43 | 9C | 5B | 11 |
| Octal | 4 | 125 | 64 | 137 | 0 | 47 | 103 | 234 | 133 | 21 |
| Binary | 100 | 1010101 | 110100 | 1011111 | 0 | 100111 | 1000011 | 10011100 | 1011011 | 10001 |
Color Harmonies of #045534
Complementary color
Monochromatic Colors of #045534
Black with #045534
Text Example
Text Example
White with #045534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045534; }
p { color: rgb(4,85,52); }
H1.HeaderClassName
{
color: #045534;
}
.AnyTagClassName
{
color: #045534;
}
</style>
background-color css
<style>
a { background-color: #045534; }
a { background-color: rgb(4,85,52); }
div.DivClassName
{
background-color: #045534;
}
.BgClassName
{
background-color: #045534;
}
</style>
border-color css
<style>
span { border-color: #045534; }
span { border-color: rgb(4,85,52); }
td.TdClassName
{
border-color: #045534;
}
.TagClassName
{
border-color: #045534;
}
</style>