Shades of British Racing Green #04531D
Tints of British Racing Green #04531D
RGB
CMYK
RGB Variations
Color information
#04531D (or 0x04531D) is known color: British Racing Green. HEX triplet: 04, 53 and 1D. RGB value is (4,83,29). Sum of RGB (Red+Green+Blue) = 4+83+29=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #04531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04531D is #FBACE2. Grayscale: #353535. Windows color (decimal): -16493795 or 1921796. OLE color: 1921796.
HSL color Cylindrical-coordinate representation of color #04531D: hue angle of 138.99º 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 #04531D is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 29 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.67 |
| HSL | 138.99º | 0.91% | 0.17% | - |
| HSV(B) | 138.99º | 0.95% | 0.33% | - |
| XYZ | 3.37 | 6.3 | 2.2 | - |
| YUV | 53.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 29 | 0.95 | 0 | 0.65 | 0.67 | 138.99 | 0.91 | 0.17 |
| Hex | 4 | 53 | 1D | 5F | 0 | 41 | 43 | 8B | 5B | 11 |
| Octal | 4 | 123 | 35 | 137 | 0 | 101 | 103 | 213 | 133 | 21 |
| Binary | 100 | 1010011 | 11101 | 1011111 | 0 | 1000001 | 1000011 | 10001011 | 1011011 | 10001 |
Color Harmonies of #04531D
Complementary color
Monochromatic Colors of #04531D
Black with #04531D
Text Example
Text Example
White with #04531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04531D; }
p { color: rgb(4,83,29); }
H1.HeaderClassName
{
color: #04531D;
}
.AnyTagClassName
{
color: #04531D;
}
</style>
background-color css
<style>
a { background-color: #04531D; }
a { background-color: rgb(4,83,29); }
div.DivClassName
{
background-color: #04531D;
}
.BgClassName
{
background-color: #04531D;
}
</style>
border-color css
<style>
span { border-color: #04531D; }
span { border-color: rgb(4,83,29); }
td.TdClassName
{
border-color: #04531D;
}
.TagClassName
{
border-color: #04531D;
}
</style>