Shades of Salem #267250
Tints of Salem #267250
RGB
CMYK
RGB Variations
Color information
#267250 (or 0x267250) is known color: Salem. HEX triplet: 26, 72 and 50. RGB value is (38,114,80). Sum of RGB (Red+Green+Blue) = 38+114+80=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #267250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267250 is #D98DAF. Grayscale: #575757. Windows color (decimal): -14257584 or 5272102. OLE color: 5272102.
HSL color Cylindrical-coordinate representation of color #267250: hue angle of 153.16º 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 #267250 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 80 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.55 |
| HSL | 153.16º | 0.5% | 0.3% | - |
| HSV(B) | 153.16º | 0.67% | 0.45% | - |
| XYZ | 8.26 | 13.03 | 9.67 | - |
| YUV | 87.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 80 | 0.67 | 0 | 0.30 | 0.55 | 153.16 | 0.5 | 0.3 |
| Hex | 26 | 72 | 50 | 43 | 0 | 1E | 37 | 99 | 32 | 1E |
| Octal | 46 | 162 | 120 | 103 | 0 | 36 | 67 | 231 | 62 | 36 |
| Binary | 100110 | 1110010 | 1010000 | 1000011 | 0 | 11110 | 110111 | 10011001 | 110010 | 11110 |
Color Harmonies of #267250
Complementary color
Monochromatic Colors of #267250
Black with #267250
Text Example
Text Example
White with #267250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267250; }
p { color: rgb(38,114,80); }
H1.HeaderClassName
{
color: #267250;
}
.AnyTagClassName
{
color: #267250;
}
</style>
background-color css
<style>
a { background-color: #267250; }
a { background-color: rgb(38,114,80); }
div.DivClassName
{
background-color: #267250;
}
.BgClassName
{
background-color: #267250;
}
</style>
border-color css
<style>
span { border-color: #267250; }
span { border-color: rgb(38,114,80); }
td.TdClassName
{
border-color: #267250;
}
.TagClassName
{
border-color: #267250;
}
</style>