Shades of Salem #267E4C
Tints of Salem #267E4C
RGB
CMYK
RGB Variations
Color information
#267E4C (or 0x267E4C) is known color: Salem. HEX triplet: 26, 7E and 4C. RGB value is (38,126,76). Sum of RGB (Red+Green+Blue) = 38+126+76=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #267E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267E4C is #D981B3. Grayscale: #5E5E5E. Windows color (decimal): -14254516 or 5013030. OLE color: 5013030.
HSL color Cylindrical-coordinate representation of color #267E4C: hue angle of 145.91º 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 #267E4C is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 126 | 76 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.51 |
| HSL | 145.91º | 0.54% | 0.32% | - |
| HSV(B) | 145.91º | 0.7% | 0.49% | - |
| XYZ | 9.56 | 15.86 | 9.39 | - |
| YUV | 93.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 126 | 76 | 0.70 | 0 | 0.40 | 0.51 | 145.91 | 0.54 | 0.32 |
| Hex | 26 | 7E | 4C | 46 | 0 | 28 | 33 | 92 | 36 | 20 |
| Octal | 46 | 176 | 114 | 106 | 0 | 50 | 63 | 222 | 66 | 40 |
| Binary | 100110 | 1111110 | 1001100 | 1000110 | 0 | 101000 | 110011 | 10010010 | 110110 | 100000 |
Color Harmonies of #267E4C
Complementary color
Monochromatic Colors of #267E4C
Black with #267E4C
Text Example
Text Example
White with #267E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267E4C; }
p { color: rgb(38,126,76); }
H1.HeaderClassName
{
color: #267E4C;
}
.AnyTagClassName
{
color: #267E4C;
}
</style>
background-color css
<style>
a { background-color: #267E4C; }
a { background-color: rgb(38,126,76); }
div.DivClassName
{
background-color: #267E4C;
}
.BgClassName
{
background-color: #267E4C;
}
</style>
border-color css
<style>
span { border-color: #267E4C; }
span { border-color: rgb(38,126,76); }
td.TdClassName
{
border-color: #267E4C;
}
.TagClassName
{
border-color: #267E4C;
}
</style>