Shades of Salem #23804C
Tints of Salem #23804C
RGB
CMYK
RGB Variations
Color information
#23804C (or 0x23804C) is known color: Salem. HEX triplet: 23, 80 and 4C. RGB value is (35,128,76). Sum of RGB (Red+Green+Blue) = 35+128+76=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #23804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23804C is #DC7FB3. Grayscale: #5E5E5E. Windows color (decimal): -14450612 or 5013539. OLE color: 5013539.
HSL color Cylindrical-coordinate representation of color #23804C: hue angle of 146.45º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23804C is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 76 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.50 |
| HSL | 146.45º | 0.57% | 0.32% | - |
| HSV(B) | 146.45º | 0.73% | 0.5% | - |
| XYZ | 9.72 | 16.32 | 9.47 | - |
| YUV | 94.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 76 | 0.73 | 0 | 0.41 | 0.50 | 146.45 | 0.57 | 0.32 |
| Hex | 23 | 80 | 4C | 49 | 0 | 29 | 32 | 92 | 39 | 20 |
| Octal | 43 | 200 | 114 | 111 | 0 | 51 | 62 | 222 | 71 | 40 |
| Binary | 100011 | 10000000 | 1001100 | 1001001 | 0 | 101001 | 110010 | 10010010 | 111001 | 100000 |
Color Harmonies of #23804C
Complementary color
Monochromatic Colors of #23804C
Black with #23804C
Text Example
Text Example
White with #23804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23804C; }
p { color: rgb(35,128,76); }
H1.HeaderClassName
{
color: #23804C;
}
.AnyTagClassName
{
color: #23804C;
}
</style>
background-color css
<style>
a { background-color: #23804C; }
a { background-color: rgb(35,128,76); }
div.DivClassName
{
background-color: #23804C;
}
.BgClassName
{
background-color: #23804C;
}
</style>
border-color css
<style>
span { border-color: #23804C; }
span { border-color: rgb(35,128,76); }
td.TdClassName
{
border-color: #23804C;
}
.TagClassName
{
border-color: #23804C;
}
</style>