Shades of Salem #238152
Tints of Salem #238152
RGB
CMYK
RGB Variations
Color information
#238152 (or 0x238152) is known color: Salem. HEX triplet: 23, 81 and 52. RGB value is (35,129,82). Sum of RGB (Red+Green+Blue) = 35+129+82=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #238152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238152 is #DC7EAD. Grayscale: #5F5F5F. Windows color (decimal): -14450350 or 5407011. OLE color: 5407011.
HSL color Cylindrical-coordinate representation of color #238152: hue angle of 150º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238152 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 82 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.49 |
| HSL | 150º | 0.57% | 0.32% | - |
| HSV(B) | 150º | 0.73% | 0.51% | - |
| XYZ | 10.07 | 16.67 | 10.67 | - |
| YUV | 95.54 | 120.36 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 82 | 0.73 | 0 | 0.36 | 0.49 | 150 | 0.57 | 0.32 |
| Hex | 23 | 81 | 52 | 49 | 0 | 24 | 31 | 96 | 39 | 20 |
| Octal | 43 | 201 | 122 | 111 | 0 | 44 | 61 | 226 | 71 | 40 |
| Binary | 100011 | 10000001 | 1010010 | 1001001 | 0 | 100100 | 110001 | 10010110 | 111001 | 100000 |
Color Harmonies of #238152
Complementary color
Monochromatic Colors of #238152
Black with #238152
Text Example
Text Example
White with #238152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238152; }
p { color: rgb(35,129,82); }
H1.HeaderClassName
{
color: #238152;
}
.AnyTagClassName
{
color: #238152;
}
</style>
background-color css
<style>
a { background-color: #238152; }
a { background-color: rgb(35,129,82); }
div.DivClassName
{
background-color: #238152;
}
.BgClassName
{
background-color: #238152;
}
</style>
border-color css
<style>
span { border-color: #238152; }
span { border-color: rgb(35,129,82); }
td.TdClassName
{
border-color: #238152;
}
.TagClassName
{
border-color: #238152;
}
</style>