Shades of Bronze Olive #554D02
Tints of Bronze Olive #554D02
RGB
CMYK
RGB Variations
Color information
#554D02 (or 0x554D02) is known color: Bronze Olive. HEX triplet: 55, 4D and 02. RGB value is (85,77,2). Sum of RGB (Red+Green+Blue) = 85+77+2=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #554D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D02 is #AAB2FD. Grayscale: #474747. Windows color (decimal): -11186942 or 150869. OLE color: 150869.
HSL color Cylindrical-coordinate representation of color #554D02: hue angle of 54.22º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #554D02 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.67 |
| HSL | 54.22º | 0.95% | 0.17% | - |
| HSV(B) | 54.22º | 0.98% | 0.33% | - |
| XYZ | 6.41 | 7.24 | 1.12 | - |
| YUV | 70.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 2 | 0 | 0.09 | 0.98 | 0.67 | 54.22 | 0.95 | 0.17 |
| Hex | 55 | 4D | 2 | 0 | 9 | 62 | 43 | 36 | 5F | 11 |
| Octal | 125 | 115 | 2 | 0 | 11 | 142 | 103 | 66 | 137 | 21 |
| Binary | 1010101 | 1001101 | 10 | 0 | 1001 | 1100010 | 1000011 | 110110 | 1011111 | 10001 |
Color Harmonies of #554D02
Complementary color
Monochromatic Colors of #554D02
Black with #554D02
Text Example
Text Example
White with #554D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D02; }
p { color: rgb(85,77,2); }
H1.HeaderClassName
{
color: #554D02;
}
.AnyTagClassName
{
color: #554D02;
}
</style>
background-color css
<style>
a { background-color: #554D02; }
a { background-color: rgb(85,77,2); }
div.DivClassName
{
background-color: #554D02;
}
.BgClassName
{
background-color: #554D02;
}
</style>
border-color css
<style>
span { border-color: #554D02; }
span { border-color: rgb(85,77,2); }
td.TdClassName
{
border-color: #554D02;
}
.TagClassName
{
border-color: #554D02;
}
</style>