Shades of Salem #267D4F
Tints of Salem #267D4F
RGB
CMYK
RGB Variations
Color information
#267D4F (or 0x267D4F) is known color: Salem. HEX triplet: 26, 7D and 4F. RGB value is (38,125,79). Sum of RGB (Red+Green+Blue) = 38+125+79=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #267D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D4F is #D982B0. Grayscale: #5D5D5D. Windows color (decimal): -14254769 or 5209382. OLE color: 5209382.
HSL color Cylindrical-coordinate representation of color #267D4F: hue angle of 148.28º degrees, saturation: 0.53, 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 #267D4F is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 79 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.51 |
| HSL | 148.28º | 0.53% | 0.32% | - |
| HSV(B) | 148.28º | 0.7% | 0.49% | - |
| XYZ | 9.54 | 15.64 | 9.91 | - |
| YUV | 93.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 79 | 0.70 | 0 | 0.37 | 0.51 | 148.28 | 0.53 | 0.32 |
| Hex | 26 | 7D | 4F | 46 | 0 | 25 | 33 | 94 | 35 | 20 |
| Octal | 46 | 175 | 117 | 106 | 0 | 45 | 63 | 224 | 65 | 40 |
| Binary | 100110 | 1111101 | 1001111 | 1000110 | 0 | 100101 | 110011 | 10010100 | 110101 | 100000 |
Color Harmonies of #267D4F
Complementary color
Monochromatic Colors of #267D4F
Black with #267D4F
Text Example
Text Example
White with #267D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D4F; }
p { color: rgb(38,125,79); }
H1.HeaderClassName
{
color: #267D4F;
}
.AnyTagClassName
{
color: #267D4F;
}
</style>
background-color css
<style>
a { background-color: #267D4F; }
a { background-color: rgb(38,125,79); }
div.DivClassName
{
background-color: #267D4F;
}
.BgClassName
{
background-color: #267D4F;
}
</style>
border-color css
<style>
span { border-color: #267D4F; }
span { border-color: rgb(38,125,79); }
td.TdClassName
{
border-color: #267D4F;
}
.TagClassName
{
border-color: #267D4F;
}
</style>