Shades of Nordic #173635
Tints of Nordic #173635
RGB
CMYK
RGB Variations
Color information
#173635 (or 0x173635) is known color: Nordic. HEX triplet: 17, 36 and 35. RGB value is (23,54,53). Sum of RGB (Red+Green+Blue) = 23+54+53=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #173635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173635 is #E8C9CA. Grayscale: #2C2C2C. Windows color (decimal): -15256011 or 3487255. OLE color: 3487255.
HSL color Cylindrical-coordinate representation of color #173635: hue angle of 178.06º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #173635 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 54 | 53 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.79 |
| HSL | 178.06º | 0.4% | 0.15% | - |
| HSV(B) | 178.06º | 0.57% | 0.21% | - |
| XYZ | 2.32 | 3.08 | 3.84 | - |
| YUV | 44.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 53 | 0.57 | 0 | 0.02 | 0.79 | 178.06 | 0.4 | 0.15 |
| Hex | 17 | 36 | 35 | 39 | 0 | 2 | 4F | B2 | 28 | F |
| Octal | 27 | 66 | 65 | 71 | 0 | 2 | 117 | 262 | 50 | 17 |
| Binary | 10111 | 110110 | 110101 | 111001 | 0 | 10 | 1001111 | 10110010 | 101000 | 1111 |
Color Harmonies of #173635
Complementary color
Monochromatic Colors of #173635
Black with #173635
Text Example
Text Example
White with #173635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173635; }
p { color: rgb(23,54,53); }
H1.HeaderClassName
{
color: #173635;
}
.AnyTagClassName
{
color: #173635;
}
</style>
background-color css
<style>
a { background-color: #173635; }
a { background-color: rgb(23,54,53); }
div.DivClassName
{
background-color: #173635;
}
.BgClassName
{
background-color: #173635;
}
</style>
border-color css
<style>
span { border-color: #173635; }
span { border-color: rgb(23,54,53); }
td.TdClassName
{
border-color: #173635;
}
.TagClassName
{
border-color: #173635;
}
</style>