Shades of Salem #177F52
Tints of Salem #177F52
RGB
CMYK
RGB Variations
Color information
#177F52 (or 0x177F52) is known color: Salem. HEX triplet: 17, 7F and 52. RGB value is (23,127,82). Sum of RGB (Red+Green+Blue) = 23+127+82=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #177F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177F52 is #E880AD. Grayscale: #5A5A5A. Windows color (decimal): -15237294 or 5406487. OLE color: 5406487.
HSL color Cylindrical-coordinate representation of color #177F52: hue angle of 154.04º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177F52 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 127 | 82 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.50 |
| HSL | 154.04º | 0.69% | 0.29% | - |
| HSV(B) | 154.04º | 0.82% | 0.5% | - |
| XYZ | 9.47 | 15.97 | 10.57 | - |
| YUV | 90.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 82 | 0.82 | 0 | 0.35 | 0.50 | 154.04 | 0.69 | 0.29 |
| Hex | 17 | 7F | 52 | 52 | 0 | 23 | 32 | 9A | 45 | 1D |
| Octal | 27 | 177 | 122 | 122 | 0 | 43 | 62 | 232 | 105 | 35 |
| Binary | 10111 | 1111111 | 1010010 | 1010010 | 0 | 100011 | 110010 | 10011010 | 1000101 | 11101 |
Color Harmonies of #177F52
Complementary color
Monochromatic Colors of #177F52
Black with #177F52
Text Example
Text Example
White with #177F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F52; }
p { color: rgb(23,127,82); }
H1.HeaderClassName
{
color: #177F52;
}
.AnyTagClassName
{
color: #177F52;
}
</style>
background-color css
<style>
a { background-color: #177F52; }
a { background-color: rgb(23,127,82); }
div.DivClassName
{
background-color: #177F52;
}
.BgClassName
{
background-color: #177F52;
}
</style>
border-color css
<style>
span { border-color: #177F52; }
span { border-color: rgb(23,127,82); }
td.TdClassName
{
border-color: #177F52;
}
.TagClassName
{
border-color: #177F52;
}
</style>