Shades of Salem #267653
Tints of Salem #267653
RGB
CMYK
RGB Variations
Color information
#267653 (or 0x267653) is known color: Salem. HEX triplet: 26, 76 and 53. RGB value is (38,118,83). Sum of RGB (Red+Green+Blue) = 38+118+83=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #267653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267653 is #D989AC. Grayscale: #5A5A5A. Windows color (decimal): -14256557 or 5469734. OLE color: 5469734.
HSL color Cylindrical-coordinate representation of color #267653: hue angle of 153.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267653 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 118 | 83 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.54 |
| HSL | 153.75º | 0.51% | 0.31% | - |
| HSV(B) | 153.75º | 0.68% | 0.46% | - |
| XYZ | 8.84 | 13.99 | 10.42 | - |
| YUV | 90.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 118 | 83 | 0.68 | 0 | 0.30 | 0.54 | 153.75 | 0.51 | 0.31 |
| Hex | 26 | 76 | 53 | 44 | 0 | 1E | 36 | 9A | 33 | 1F |
| Octal | 46 | 166 | 123 | 104 | 0 | 36 | 66 | 232 | 63 | 37 |
| Binary | 100110 | 1110110 | 1010011 | 1000100 | 0 | 11110 | 110110 | 10011010 | 110011 | 11111 |
Color Harmonies of #267653
Complementary color
Monochromatic Colors of #267653
Black with #267653
Text Example
Text Example
White with #267653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267653; }
p { color: rgb(38,118,83); }
H1.HeaderClassName
{
color: #267653;
}
.AnyTagClassName
{
color: #267653;
}
</style>
background-color css
<style>
a { background-color: #267653; }
a { background-color: rgb(38,118,83); }
div.DivClassName
{
background-color: #267653;
}
.BgClassName
{
background-color: #267653;
}
</style>
border-color css
<style>
span { border-color: #267653; }
span { border-color: rgb(38,118,83); }
td.TdClassName
{
border-color: #267653;
}
.TagClassName
{
border-color: #267653;
}
</style>