Shades of Saratoga #545A26
Tints of Saratoga #545A26
RGB
CMYK
RGB Variations
Color information
#545A26 (or 0x545A26) is known color: Saratoga. HEX triplet: 54, 5A and 26. RGB value is (84,90,38). Sum of RGB (Red+Green+Blue) = 84+90+38=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #545A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545A26 is #ABA5D9. Grayscale: #525252. Windows color (decimal): -11249114 or 2513492. OLE color: 2513492.
HSL color Cylindrical-coordinate representation of color #545A26: hue angle of 66.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545A26 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 38 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.65 |
| HSL | 66.92º | 0.41% | 0.25% | - |
| HSV(B) | 66.92º | 0.58% | 0.35% | - |
| XYZ | 7.66 | 9.34 | 3.23 | - |
| YUV | 82.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 38 | 0.07 | 0 | 0.58 | 0.65 | 66.92 | 0.41 | 0.25 |
| Hex | 54 | 5A | 26 | 7 | 0 | 3A | 41 | 43 | 29 | 19 |
| Octal | 124 | 132 | 46 | 7 | 0 | 72 | 101 | 103 | 51 | 31 |
| Binary | 1010100 | 1011010 | 100110 | 111 | 0 | 111010 | 1000001 | 1000011 | 101001 | 11001 |
Color Harmonies of #545A26
Complementary color
Monochromatic Colors of #545A26
Black with #545A26
Text Example
Text Example
White with #545A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A26; }
p { color: rgb(84,90,38); }
H1.HeaderClassName
{
color: #545A26;
}
.AnyTagClassName
{
color: #545A26;
}
</style>
background-color css
<style>
a { background-color: #545A26; }
a { background-color: rgb(84,90,38); }
div.DivClassName
{
background-color: #545A26;
}
.BgClassName
{
background-color: #545A26;
}
</style>
border-color css
<style>
span { border-color: #545A26; }
span { border-color: rgb(84,90,38); }
td.TdClassName
{
border-color: #545A26;
}
.TagClassName
{
border-color: #545A26;
}
</style>