Shades of Salem #25764D
Tints of Salem #25764D
RGB
CMYK
RGB Variations
Color information
#25764D (or 0x25764D) is known color: Salem. HEX triplet: 25, 76 and 4D. RGB value is (37,118,77). Sum of RGB (Red+Green+Blue) = 37+118+77=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #25764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25764D is #DA89B2. Grayscale: #595959. Windows color (decimal): -14322099 or 5076517. OLE color: 5076517.
HSL color Cylindrical-coordinate representation of color #25764D: hue angle of 149.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25764D is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 77 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.54 |
| HSL | 149.63º | 0.52% | 0.3% | - |
| HSV(B) | 149.63º | 0.69% | 0.46% | - |
| XYZ | 8.58 | 13.89 | 9.25 | - |
| YUV | 89.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 77 | 0.69 | 0 | 0.35 | 0.54 | 149.63 | 0.52 | 0.3 |
| Hex | 25 | 76 | 4D | 45 | 0 | 23 | 36 | 96 | 34 | 1E |
| Octal | 45 | 166 | 115 | 105 | 0 | 43 | 66 | 226 | 64 | 36 |
| Binary | 100101 | 1110110 | 1001101 | 1000101 | 0 | 100011 | 110110 | 10010110 | 110100 | 11110 |
Color Harmonies of #25764D
Complementary color
Monochromatic Colors of #25764D
Black with #25764D
Text Example
Text Example
White with #25764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25764D; }
p { color: rgb(37,118,77); }
H1.HeaderClassName
{
color: #25764D;
}
.AnyTagClassName
{
color: #25764D;
}
</style>
background-color css
<style>
a { background-color: #25764D; }
a { background-color: rgb(37,118,77); }
div.DivClassName
{
background-color: #25764D;
}
.BgClassName
{
background-color: #25764D;
}
</style>
border-color css
<style>
span { border-color: #25764D; }
span { border-color: rgb(37,118,77); }
td.TdClassName
{
border-color: #25764D;
}
.TagClassName
{
border-color: #25764D;
}
</style>