Shades of Salem #258146
Tints of Salem #258146
RGB
CMYK
RGB Variations
Color information
#258146 (or 0x258146) is known color: Salem. HEX triplet: 25, 81 and 46. RGB value is (37,129,70). Sum of RGB (Red+Green+Blue) = 37+129+70=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #258146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258146 is #DA7EB9. Grayscale: #5E5E5E. Windows color (decimal): -14319290 or 4620581. OLE color: 4620581.
HSL color Cylindrical-coordinate representation of color #258146: hue angle of 141.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258146 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 129 | 70 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.49 |
| HSL | 141.52º | 0.55% | 0.33% | - |
| HSV(B) | 141.52º | 0.71% | 0.51% | - |
| XYZ | 9.72 | 16.54 | 8.47 | - |
| YUV | 94.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 70 | 0.71 | 0 | 0.46 | 0.49 | 141.52 | 0.55 | 0.33 |
| Hex | 25 | 81 | 46 | 47 | 0 | 2E | 31 | 8E | 37 | 21 |
| Octal | 45 | 201 | 106 | 107 | 0 | 56 | 61 | 216 | 67 | 41 |
| Binary | 100101 | 10000001 | 1000110 | 1000111 | 0 | 101110 | 110001 | 10001110 | 110111 | 100001 |
Color Harmonies of #258146
Complementary color
Monochromatic Colors of #258146
Black with #258146
Text Example
Text Example
White with #258146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258146; }
p { color: rgb(37,129,70); }
H1.HeaderClassName
{
color: #258146;
}
.AnyTagClassName
{
color: #258146;
}
</style>
background-color css
<style>
a { background-color: #258146; }
a { background-color: rgb(37,129,70); }
div.DivClassName
{
background-color: #258146;
}
.BgClassName
{
background-color: #258146;
}
</style>
border-color css
<style>
span { border-color: #258146; }
span { border-color: rgb(37,129,70); }
td.TdClassName
{
border-color: #258146;
}
.TagClassName
{
border-color: #258146;
}
</style>