Shades of Salem #25804C
Tints of Salem #25804C
RGB
CMYK
RGB Variations
Color information
#25804C (or 0x25804C) is known color: Salem. HEX triplet: 25, 80 and 4C. RGB value is (37,128,76). Sum of RGB (Red+Green+Blue) = 37+128+76=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #25804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25804C is #DA7FB3. Grayscale: #5E5E5E. Windows color (decimal): -14319540 or 5013541. OLE color: 5013541.
HSL color Cylindrical-coordinate representation of color #25804C: hue angle of 145.71º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25804C is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 76 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.50 |
| HSL | 145.71º | 0.55% | 0.32% | - |
| HSV(B) | 145.71º | 0.71% | 0.5% | - |
| XYZ | 9.79 | 16.35 | 9.48 | - |
| YUV | 94.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 76 | 0.71 | 0 | 0.41 | 0.50 | 145.71 | 0.55 | 0.32 |
| Hex | 25 | 80 | 4C | 47 | 0 | 29 | 32 | 92 | 37 | 20 |
| Octal | 45 | 200 | 114 | 107 | 0 | 51 | 62 | 222 | 67 | 40 |
| Binary | 100101 | 10000000 | 1001100 | 1000111 | 0 | 101001 | 110010 | 10010010 | 110111 | 100000 |
Color Harmonies of #25804C
Complementary color
Monochromatic Colors of #25804C
Black with #25804C
Text Example
Text Example
White with #25804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25804C; }
p { color: rgb(37,128,76); }
H1.HeaderClassName
{
color: #25804C;
}
.AnyTagClassName
{
color: #25804C;
}
</style>
background-color css
<style>
a { background-color: #25804C; }
a { background-color: rgb(37,128,76); }
div.DivClassName
{
background-color: #25804C;
}
.BgClassName
{
background-color: #25804C;
}
</style>
border-color css
<style>
span { border-color: #25804C; }
span { border-color: rgb(37,128,76); }
td.TdClassName
{
border-color: #25804C;
}
.TagClassName
{
border-color: #25804C;
}
</style>