Shades of British Racing Green #045435
Tints of British Racing Green #045435
RGB
CMYK
RGB Variations
Color information
#045435 (or 0x045435) is known color: British Racing Green. HEX triplet: 04, 54 and 35. RGB value is (4,84,53). Sum of RGB (Red+Green+Blue) = 4+84+53=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #045435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045435 is #FBABCA. Grayscale: #383838. Windows color (decimal): -16493515 or 3494916. OLE color: 3494916.
HSL color Cylindrical-coordinate representation of color #045435: hue angle of 156.75º 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 #045435 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 53 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.67 |
| HSL | 156.75º | 0.91% | 0.17% | - |
| HSV(B) | 156.75º | 0.95% | 0.33% | - |
| XYZ | 3.86 | 6.62 | 4.44 | - |
| YUV | 56.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 53 | 0.95 | 0 | 0.37 | 0.67 | 156.75 | 0.91 | 0.17 |
| Hex | 4 | 54 | 35 | 5F | 0 | 25 | 43 | 9D | 5B | 11 |
| Octal | 4 | 124 | 65 | 137 | 0 | 45 | 103 | 235 | 133 | 21 |
| Binary | 100 | 1010100 | 110101 | 1011111 | 0 | 100101 | 1000011 | 10011101 | 1011011 | 10001 |
Color Harmonies of #045435
Complementary color
Monochromatic Colors of #045435
Black with #045435
Text Example
Text Example
White with #045435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045435; }
p { color: rgb(4,84,53); }
H1.HeaderClassName
{
color: #045435;
}
.AnyTagClassName
{
color: #045435;
}
</style>
background-color css
<style>
a { background-color: #045435; }
a { background-color: rgb(4,84,53); }
div.DivClassName
{
background-color: #045435;
}
.BgClassName
{
background-color: #045435;
}
</style>
border-color css
<style>
span { border-color: #045435; }
span { border-color: rgb(4,84,53); }
td.TdClassName
{
border-color: #045435;
}
.TagClassName
{
border-color: #045435;
}
</style>