Shades of Saratoga #545E25
Tints of Saratoga #545E25
RGB
CMYK
RGB Variations
Color information
#545E25 (or 0x545E25) is known color: Saratoga. HEX triplet: 54, 5E and 25. RGB value is (84,94,37). Sum of RGB (Red+Green+Blue) = 84+94+37=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 94 - color contains mainly: green. Hex color #545E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E25 is #ABA1DA. Grayscale: #545454. Windows color (decimal): -11248091 or 2448980. OLE color: 2448980.
HSL color Cylindrical-coordinate representation of color #545E25: hue angle of 70.53º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #545E25 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 94 | 37 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.63 |
| HSL | 70.53º | 0.44% | 0.26% | - |
| HSV(B) | 70.53º | 0.61% | 0.37% | - |
| XYZ | 7.99 | 10.02 | 3.26 | - |
| YUV | 84.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 37 | 0.11 | 0 | 0.61 | 0.63 | 70.53 | 0.44 | 0.26 |
| Hex | 54 | 5E | 25 | B | 0 | 3D | 3F | 47 | 2C | 1A |
| Octal | 124 | 136 | 45 | 13 | 0 | 75 | 77 | 107 | 54 | 32 |
| Binary | 1010100 | 1011110 | 100101 | 1011 | 0 | 111101 | 111111 | 1000111 | 101100 | 11010 |
Color Harmonies of #545E25
Complementary color
Monochromatic Colors of #545E25
Black with #545E25
Text Example
Text Example
White with #545E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545E25; }
p { color: rgb(84,94,37); }
H1.HeaderClassName
{
color: #545E25;
}
.AnyTagClassName
{
color: #545E25;
}
</style>
background-color css
<style>
a { background-color: #545E25; }
a { background-color: rgb(84,94,37); }
div.DivClassName
{
background-color: #545E25;
}
.BgClassName
{
background-color: #545E25;
}
</style>
border-color css
<style>
span { border-color: #545E25; }
span { border-color: rgb(84,94,37); }
td.TdClassName
{
border-color: #545E25;
}
.TagClassName
{
border-color: #545E25;
}
</style>