Shades of Salem #267F49
Tints of Salem #267F49
RGB
CMYK
RGB Variations
Color information
#267F49 (or 0x267F49) is known color: Salem. HEX triplet: 26, 7F and 49. RGB value is (38,127,73). Sum of RGB (Red+Green+Blue) = 38+127+73=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #267F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F49 is #D980B6. Grayscale: #5E5E5E. Windows color (decimal): -14254263 or 4816678. OLE color: 4816678.
HSL color Cylindrical-coordinate representation of color #267F49: hue angle of 143.6º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F49 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 73 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.50 |
| HSL | 143.6º | 0.54% | 0.32% | - |
| HSV(B) | 143.6º | 0.7% | 0.5% | - |
| XYZ | 9.59 | 16.07 | 8.9 | - |
| YUV | 94.23 | 116.01 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 73 | 0.70 | 0 | 0.43 | 0.50 | 143.6 | 0.54 | 0.32 |
| Hex | 26 | 7F | 49 | 46 | 0 | 2B | 32 | 90 | 36 | 20 |
| Octal | 46 | 177 | 111 | 106 | 0 | 53 | 62 | 220 | 66 | 40 |
| Binary | 100110 | 1111111 | 1001001 | 1000110 | 0 | 101011 | 110010 | 10010000 | 110110 | 100000 |
Color Harmonies of #267F49
Complementary color
Monochromatic Colors of #267F49
Black with #267F49
Text Example
Text Example
White with #267F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F49; }
p { color: rgb(38,127,73); }
H1.HeaderClassName
{
color: #267F49;
}
.AnyTagClassName
{
color: #267F49;
}
</style>
background-color css
<style>
a { background-color: #267F49; }
a { background-color: rgb(38,127,73); }
div.DivClassName
{
background-color: #267F49;
}
.BgClassName
{
background-color: #267F49;
}
</style>
border-color css
<style>
span { border-color: #267F49; }
span { border-color: rgb(38,127,73); }
td.TdClassName
{
border-color: #267F49;
}
.TagClassName
{
border-color: #267F49;
}
</style>