Shades of Salem #267B50
Tints of Salem #267B50
RGB
CMYK
RGB Variations
Color information
#267B50 (or 0x267B50) is known color: Salem. HEX triplet: 26, 7B and 50. RGB value is (38,123,80). Sum of RGB (Red+Green+Blue) = 38+123+80=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #267B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B50 is #D984AF. Grayscale: #5C5C5C. Windows color (decimal): -14255280 or 5274406. OLE color: 5274406.
HSL color Cylindrical-coordinate representation of color #267B50: hue angle of 149.65º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267B50 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 123 | 80 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.52 |
| HSL | 149.65º | 0.53% | 0.32% | - |
| HSV(B) | 149.65º | 0.69% | 0.48% | - |
| XYZ | 9.33 | 15.16 | 10.02 | - |
| YUV | 92.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 80 | 0.69 | 0 | 0.35 | 0.52 | 149.65 | 0.53 | 0.32 |
| Hex | 26 | 7B | 50 | 45 | 0 | 23 | 34 | 96 | 35 | 20 |
| Octal | 46 | 173 | 120 | 105 | 0 | 43 | 64 | 226 | 65 | 40 |
| Binary | 100110 | 1111011 | 1010000 | 1000101 | 0 | 100011 | 110100 | 10010110 | 110101 | 100000 |
Color Harmonies of #267B50
Complementary color
Monochromatic Colors of #267B50
Black with #267B50
Text Example
Text Example
White with #267B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B50; }
p { color: rgb(38,123,80); }
H1.HeaderClassName
{
color: #267B50;
}
.AnyTagClassName
{
color: #267B50;
}
</style>
background-color css
<style>
a { background-color: #267B50; }
a { background-color: rgb(38,123,80); }
div.DivClassName
{
background-color: #267B50;
}
.BgClassName
{
background-color: #267B50;
}
</style>
border-color css
<style>
span { border-color: #267B50; }
span { border-color: rgb(38,123,80); }
td.TdClassName
{
border-color: #267B50;
}
.TagClassName
{
border-color: #267B50;
}
</style>