Shades of Salem #25754E
Tints of Salem #25754E
RGB
CMYK
RGB Variations
Color information
#25754E (or 0x25754E) is known color: Salem. HEX triplet: 25, 75 and 4E. RGB value is (37,117,78). Sum of RGB (Red+Green+Blue) = 37+117+78=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #25754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25754E is #DA8AB1. Grayscale: #585858. Windows color (decimal): -14322354 or 5141797. OLE color: 5141797.
HSL color Cylindrical-coordinate representation of color #25754E: hue angle of 150.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25754E is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 78 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.54 |
| HSL | 150.75º | 0.52% | 0.3% | - |
| HSV(B) | 150.75º | 0.68% | 0.46% | - |
| XYZ | 8.5 | 13.67 | 9.4 | - |
| YUV | 88.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 78 | 0.68 | 0 | 0.33 | 0.54 | 150.75 | 0.52 | 0.3 |
| Hex | 25 | 75 | 4E | 44 | 0 | 21 | 36 | 97 | 34 | 1E |
| Octal | 45 | 165 | 116 | 104 | 0 | 41 | 66 | 227 | 64 | 36 |
| Binary | 100101 | 1110101 | 1001110 | 1000100 | 0 | 100001 | 110110 | 10010111 | 110100 | 11110 |
Color Harmonies of #25754E
Complementary color
Monochromatic Colors of #25754E
Black with #25754E
Text Example
Text Example
White with #25754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25754E; }
p { color: rgb(37,117,78); }
H1.HeaderClassName
{
color: #25754E;
}
.AnyTagClassName
{
color: #25754E;
}
</style>
background-color css
<style>
a { background-color: #25754E; }
a { background-color: rgb(37,117,78); }
div.DivClassName
{
background-color: #25754E;
}
.BgClassName
{
background-color: #25754E;
}
</style>
border-color css
<style>
span { border-color: #25754E; }
span { border-color: rgb(37,117,78); }
td.TdClassName
{
border-color: #25754E;
}
.TagClassName
{
border-color: #25754E;
}
</style>