Shades of Bronze Olive #555018
Tints of Bronze Olive #555018
RGB
CMYK
RGB Variations
Color information
#555018 (or 0x555018) is known color: Bronze Olive. HEX triplet: 55, 50 and 18. RGB value is (85,80,24). Sum of RGB (Red+Green+Blue) = 85+80+24=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #555018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555018 is #AAAFE7. Grayscale: #4B4B4B. Windows color (decimal): -11186152 or 1593429. OLE color: 1593429.
HSL color Cylindrical-coordinate representation of color #555018: hue angle of 55.08º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #555018 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 24 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.67 |
| HSL | 55.08º | 0.56% | 0.21% | - |
| HSV(B) | 55.08º | 0.72% | 0.33% | - |
| XYZ | 6.78 | 7.73 | 2 | - |
| YUV | 75.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 24 | 0 | 0.06 | 0.72 | 0.67 | 55.08 | 0.56 | 0.21 |
| Hex | 55 | 50 | 18 | 0 | 6 | 48 | 43 | 37 | 38 | 15 |
| Octal | 125 | 120 | 30 | 0 | 6 | 110 | 103 | 67 | 70 | 25 |
| Binary | 1010101 | 1010000 | 11000 | 0 | 110 | 1001000 | 1000011 | 110111 | 111000 | 10101 |
Color Harmonies of #555018
Complementary color
Monochromatic Colors of #555018
Black with #555018
Text Example
Text Example
White with #555018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555018; }
p { color: rgb(85,80,24); }
H1.HeaderClassName
{
color: #555018;
}
.AnyTagClassName
{
color: #555018;
}
</style>
background-color css
<style>
a { background-color: #555018; }
a { background-color: rgb(85,80,24); }
div.DivClassName
{
background-color: #555018;
}
.BgClassName
{
background-color: #555018;
}
</style>
border-color css
<style>
span { border-color: #555018; }
span { border-color: rgb(85,80,24); }
td.TdClassName
{
border-color: #555018;
}
.TagClassName
{
border-color: #555018;
}
</style>