Shades of Nordic #173735
Tints of Nordic #173735
RGB
CMYK
RGB Variations
Color information
#173735 (or 0x173735) is known color: Nordic. HEX triplet: 17, 37 and 35. RGB value is (23,55,53). Sum of RGB (Red+Green+Blue) = 23+55+53=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #173735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173735 is #E8C8CA. Grayscale: #2D2D2D. Windows color (decimal): -15255755 or 3487511. OLE color: 3487511.
HSL color Cylindrical-coordinate representation of color #173735: hue angle of 176.25º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #173735 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 55 | 53 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.78 |
| HSL | 176.25º | 0.41% | 0.15% | - |
| HSV(B) | 176.25º | 0.58% | 0.22% | - |
| XYZ | 2.36 | 3.17 | 3.86 | - |
| YUV | 45.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 55 | 53 | 0.58 | 0 | 0.04 | 0.78 | 176.25 | 0.41 | 0.15 |
| Hex | 17 | 37 | 35 | 3A | 0 | 4 | 4E | B0 | 29 | F |
| Octal | 27 | 67 | 65 | 72 | 0 | 4 | 116 | 260 | 51 | 17 |
| Binary | 10111 | 110111 | 110101 | 111010 | 0 | 100 | 1001110 | 10110000 | 101001 | 1111 |
Color Harmonies of #173735
Complementary color
Monochromatic Colors of #173735
Black with #173735
Text Example
Text Example
White with #173735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173735; }
p { color: rgb(23,55,53); }
H1.HeaderClassName
{
color: #173735;
}
.AnyTagClassName
{
color: #173735;
}
</style>
background-color css
<style>
a { background-color: #173735; }
a { background-color: rgb(23,55,53); }
div.DivClassName
{
background-color: #173735;
}
.BgClassName
{
background-color: #173735;
}
</style>
border-color css
<style>
span { border-color: #173735; }
span { border-color: rgb(23,55,53); }
td.TdClassName
{
border-color: #173735;
}
.TagClassName
{
border-color: #173735;
}
</style>