Shades of Salem #267E52
Tints of Salem #267E52
RGB
CMYK
RGB Variations
Color information
#267E52 (or 0x267E52) is known color: Salem. HEX triplet: 26, 7E and 52. RGB value is (38,126,82). Sum of RGB (Red+Green+Blue) = 38+126+82=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #267E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267E52 is #D981AD. Grayscale: #5E5E5E. Windows color (decimal): -14254510 or 5406246. OLE color: 5406246.
HSL color Cylindrical-coordinate representation of color #267E52: hue angle of 150º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267E52 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 126 | 82 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.51 |
| HSL | 150º | 0.54% | 0.32% | - |
| HSV(B) | 150º | 0.7% | 0.49% | - |
| XYZ | 9.78 | 15.94 | 10.54 | - |
| YUV | 94.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 82 | 0.70 | 0 | 0.35 | 0.51 | 150 | 0.54 | 0.32 |
| Hex | 26 | 7E | 52 | 46 | 0 | 23 | 33 | 96 | 36 | 20 |
| Octal | 46 | 176 | 122 | 106 | 0 | 43 | 63 | 226 | 66 | 40 |
| Binary | 100110 | 1111110 | 1010010 | 1000110 | 0 | 100011 | 110011 | 10010110 | 110110 | 100000 |
Color Harmonies of #267E52
Complementary color
Monochromatic Colors of #267E52
Black with #267E52
Text Example
Text Example
White with #267E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E52; }
p { color: rgb(38,126,82); }
H1.HeaderClassName
{
color: #267E52;
}
.AnyTagClassName
{
color: #267E52;
}
</style>
background-color css
<style>
a { background-color: #267E52; }
a { background-color: rgb(38,126,82); }
div.DivClassName
{
background-color: #267E52;
}
.BgClassName
{
background-color: #267E52;
}
</style>
border-color css
<style>
span { border-color: #267E52; }
span { border-color: rgb(38,126,82); }
td.TdClassName
{
border-color: #267E52;
}
.TagClassName
{
border-color: #267E52;
}
</style>