Shades of Salem #267251
Tints of Salem #267251
RGB
CMYK
RGB Variations
Color information
#267251 (or 0x267251) is known color: Salem. HEX triplet: 26, 72 and 51. RGB value is (38,114,81). Sum of RGB (Red+Green+Blue) = 38+114+81=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #267251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267251 is #D98DAE. Grayscale: #575757. Windows color (decimal): -14257583 or 5337638. OLE color: 5337638.
HSL color Cylindrical-coordinate representation of color #267251: hue angle of 153.95º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267251 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 81 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.55 |
| HSL | 153.95º | 0.5% | 0.3% | - |
| HSV(B) | 153.95º | 0.67% | 0.45% | - |
| XYZ | 8.3 | 13.04 | 9.86 | - |
| YUV | 87.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 81 | 0.67 | 0 | 0.29 | 0.55 | 153.95 | 0.5 | 0.3 |
| Hex | 26 | 72 | 51 | 43 | 0 | 1D | 37 | 9A | 32 | 1E |
| Octal | 46 | 162 | 121 | 103 | 0 | 35 | 67 | 232 | 62 | 36 |
| Binary | 100110 | 1110010 | 1010001 | 1000011 | 0 | 11101 | 110111 | 10011010 | 110010 | 11110 |
Color Harmonies of #267251
Complementary color
Monochromatic Colors of #267251
Black with #267251
Text Example
Text Example
White with #267251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267251; }
p { color: rgb(38,114,81); }
H1.HeaderClassName
{
color: #267251;
}
.AnyTagClassName
{
color: #267251;
}
</style>
background-color css
<style>
a { background-color: #267251; }
a { background-color: rgb(38,114,81); }
div.DivClassName
{
background-color: #267251;
}
.BgClassName
{
background-color: #267251;
}
</style>
border-color css
<style>
span { border-color: #267251; }
span { border-color: rgb(38,114,81); }
td.TdClassName
{
border-color: #267251;
}
.TagClassName
{
border-color: #267251;
}
</style>