Shades of Salem #26784D
Tints of Salem #26784D
RGB
CMYK
RGB Variations
Color information
#26784D (or 0x26784D) is known color: Salem. HEX triplet: 26, 78 and 4D. RGB value is (38,120,77). Sum of RGB (Red+Green+Blue) = 38+120+77=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #26784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26784D is #D987B2. Grayscale: #5A5A5A. Windows color (decimal): -14256051 or 5077030. OLE color: 5077030.
HSL color Cylindrical-coordinate representation of color #26784D: hue angle of 148.54º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26784D is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 120 | 77 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.53 |
| HSL | 148.54º | 0.52% | 0.31% | - |
| HSV(B) | 148.54º | 0.68% | 0.47% | - |
| XYZ | 8.86 | 14.38 | 9.33 | - |
| YUV | 90.58 | 120.33 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 77 | 0.68 | 0 | 0.36 | 0.53 | 148.54 | 0.52 | 0.31 |
| Hex | 26 | 78 | 4D | 44 | 0 | 24 | 35 | 95 | 34 | 1F |
| Octal | 46 | 170 | 115 | 104 | 0 | 44 | 65 | 225 | 64 | 37 |
| Binary | 100110 | 1111000 | 1001101 | 1000100 | 0 | 100100 | 110101 | 10010101 | 110100 | 11111 |
Color Harmonies of #26784D
Complementary color
Monochromatic Colors of #26784D
Black with #26784D
Text Example
Text Example
White with #26784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26784D; }
p { color: rgb(38,120,77); }
H1.HeaderClassName
{
color: #26784D;
}
.AnyTagClassName
{
color: #26784D;
}
</style>
background-color css
<style>
a { background-color: #26784D; }
a { background-color: rgb(38,120,77); }
div.DivClassName
{
background-color: #26784D;
}
.BgClassName
{
background-color: #26784D;
}
</style>
border-color css
<style>
span { border-color: #26784D; }
span { border-color: rgb(38,120,77); }
td.TdClassName
{
border-color: #26784D;
}
.TagClassName
{
border-color: #26784D;
}
</style>