Shades of Salem #267D4D
Tints of Salem #267D4D
RGB
CMYK
RGB Variations
Color information
#267D4D (or 0x267D4D) is known color: Salem. HEX triplet: 26, 7D and 4D. RGB value is (38,125,77). Sum of RGB (Red+Green+Blue) = 38+125+77=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #267D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D4D is #D982B2. Grayscale: #5D5D5D. Windows color (decimal): -14254771 or 5078310. OLE color: 5078310.
HSL color Cylindrical-coordinate representation of color #267D4D: hue angle of 146.9º 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 #267D4D is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 125 | 77 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.51 |
| HSL | 146.9º | 0.53% | 0.32% | - |
| HSV(B) | 146.9º | 0.7% | 0.49% | - |
| XYZ | 9.47 | 15.62 | 9.54 | - |
| YUV | 93.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 125 | 77 | 0.70 | 0 | 0.38 | 0.51 | 146.9 | 0.53 | 0.32 |
| Hex | 26 | 7D | 4D | 46 | 0 | 26 | 33 | 93 | 35 | 20 |
| Octal | 46 | 175 | 115 | 106 | 0 | 46 | 63 | 223 | 65 | 40 |
| Binary | 100110 | 1111101 | 1001101 | 1000110 | 0 | 100110 | 110011 | 10010011 | 110101 | 100000 |
Color Harmonies of #267D4D
Complementary color
Monochromatic Colors of #267D4D
Black with #267D4D
Text Example
Text Example
White with #267D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267D4D; }
p { color: rgb(38,125,77); }
H1.HeaderClassName
{
color: #267D4D;
}
.AnyTagClassName
{
color: #267D4D;
}
</style>
background-color css
<style>
a { background-color: #267D4D; }
a { background-color: rgb(38,125,77); }
div.DivClassName
{
background-color: #267D4D;
}
.BgClassName
{
background-color: #267D4D;
}
</style>
border-color css
<style>
span { border-color: #267D4D; }
span { border-color: rgb(38,125,77); }
td.TdClassName
{
border-color: #267D4D;
}
.TagClassName
{
border-color: #267D4D;
}
</style>