Shades of Salem #25764F
Tints of Salem #25764F
RGB
CMYK
RGB Variations
Color information
#25764F (or 0x25764F) is known color: Salem. HEX triplet: 25, 76 and 4F. RGB value is (37,118,79). Sum of RGB (Red+Green+Blue) = 37+118+79=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #25764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25764F is #DA89B0. Grayscale: #595959. Windows color (decimal): -14322097 or 5207589. OLE color: 5207589.
HSL color Cylindrical-coordinate representation of color #25764F: hue angle of 151.11º 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 #25764F is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 79 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.54 |
| HSL | 151.11º | 0.52% | 0.3% | - |
| HSV(B) | 151.11º | 0.69% | 0.46% | - |
| XYZ | 8.65 | 13.91 | 9.63 | - |
| YUV | 89.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 79 | 0.69 | 0 | 0.33 | 0.54 | 151.11 | 0.52 | 0.3 |
| Hex | 25 | 76 | 4F | 45 | 0 | 21 | 36 | 97 | 34 | 1E |
| Octal | 45 | 166 | 117 | 105 | 0 | 41 | 66 | 227 | 64 | 36 |
| Binary | 100101 | 1110110 | 1001111 | 1000101 | 0 | 100001 | 110110 | 10010111 | 110100 | 11110 |
Color Harmonies of #25764F
Complementary color
Monochromatic Colors of #25764F
Black with #25764F
Text Example
Text Example
White with #25764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25764F; }
p { color: rgb(37,118,79); }
H1.HeaderClassName
{
color: #25764F;
}
.AnyTagClassName
{
color: #25764F;
}
</style>
background-color css
<style>
a { background-color: #25764F; }
a { background-color: rgb(37,118,79); }
div.DivClassName
{
background-color: #25764F;
}
.BgClassName
{
background-color: #25764F;
}
</style>
border-color css
<style>
span { border-color: #25764F; }
span { border-color: rgb(37,118,79); }
td.TdClassName
{
border-color: #25764F;
}
.TagClassName
{
border-color: #25764F;
}
</style>