Shades of Salem #23764F
Tints of Salem #23764F
RGB
CMYK
RGB Variations
Color information
#23764F (or 0x23764F) is known color: Salem. HEX triplet: 23, 76 and 4F. RGB value is (35,118,79). Sum of RGB (Red+Green+Blue) = 35+118+79=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #23764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23764F is #DC89B0. Grayscale: #585858. Windows color (decimal): -14453169 or 5207587. OLE color: 5207587.
HSL color Cylindrical-coordinate representation of color #23764F: hue angle of 151.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23764F is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 118 | 79 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.54 |
| HSL | 151.81º | 0.54% | 0.3% | - |
| HSV(B) | 151.81º | 0.7% | 0.46% | - |
| XYZ | 8.58 | 13.88 | 9.62 | - |
| YUV | 88.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 118 | 79 | 0.70 | 0 | 0.33 | 0.54 | 151.81 | 0.54 | 0.3 |
| Hex | 23 | 76 | 4F | 46 | 0 | 21 | 36 | 98 | 36 | 1E |
| Octal | 43 | 166 | 117 | 106 | 0 | 41 | 66 | 230 | 66 | 36 |
| Binary | 100011 | 1110110 | 1001111 | 1000110 | 0 | 100001 | 110110 | 10011000 | 110110 | 11110 |
Color Harmonies of #23764F
Complementary color
Monochromatic Colors of #23764F
Black with #23764F
Text Example
Text Example
White with #23764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23764F; }
p { color: rgb(35,118,79); }
H1.HeaderClassName
{
color: #23764F;
}
.AnyTagClassName
{
color: #23764F;
}
</style>
background-color css
<style>
a { background-color: #23764F; }
a { background-color: rgb(35,118,79); }
div.DivClassName
{
background-color: #23764F;
}
.BgClassName
{
background-color: #23764F;
}
</style>
border-color css
<style>
span { border-color: #23764F; }
span { border-color: rgb(35,118,79); }
td.TdClassName
{
border-color: #23764F;
}
.TagClassName
{
border-color: #23764F;
}
</style>