Shades of Salem #23734F
Tints of Salem #23734F
RGB
CMYK
RGB Variations
Color information
#23734F (or 0x23734F) is known color: Salem. HEX triplet: 23, 73 and 4F. RGB value is (35,115,79). Sum of RGB (Red+Green+Blue) = 35+115+79=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #23734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23734F is #DC8CB0. Grayscale: #575757. Windows color (decimal): -14453937 or 5206819. OLE color: 5206819.
HSL color Cylindrical-coordinate representation of color #23734F: hue angle of 153º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23734F is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 79 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.55 |
| HSL | 153º | 0.53% | 0.29% | - |
| HSV(B) | 153º | 0.7% | 0.45% | - |
| XYZ | 8.24 | 13.18 | 9.51 | - |
| YUV | 86.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 79 | 0.70 | 0 | 0.31 | 0.55 | 153 | 0.53 | 0.29 |
| Hex | 23 | 73 | 4F | 46 | 0 | 1F | 37 | 99 | 35 | 1D |
| Octal | 43 | 163 | 117 | 106 | 0 | 37 | 67 | 231 | 65 | 35 |
| Binary | 100011 | 1110011 | 1001111 | 1000110 | 0 | 11111 | 110111 | 10011001 | 110101 | 11101 |
Color Harmonies of #23734F
Complementary color
Monochromatic Colors of #23734F
Black with #23734F
Text Example
Text Example
White with #23734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23734F; }
p { color: rgb(35,115,79); }
H1.HeaderClassName
{
color: #23734F;
}
.AnyTagClassName
{
color: #23734F;
}
</style>
background-color css
<style>
a { background-color: #23734F; }
a { background-color: rgb(35,115,79); }
div.DivClassName
{
background-color: #23734F;
}
.BgClassName
{
background-color: #23734F;
}
</style>
border-color css
<style>
span { border-color: #23734F; }
span { border-color: rgb(35,115,79); }
td.TdClassName
{
border-color: #23734F;
}
.TagClassName
{
border-color: #23734F;
}
</style>