Shades of Nordic #123735
Tints of Nordic #123735
RGB
CMYK
RGB Variations
Color information
#123735 (or 0x123735) is known color: Nordic. HEX triplet: 12, 37 and 35. RGB value is (18,55,53). Sum of RGB (Red+Green+Blue) = 18+55+53=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #123735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123735 is #EDC8CA. Grayscale: #2B2B2B. Windows color (decimal): -15583435 or 3487506. OLE color: 3487506.
HSL color Cylindrical-coordinate representation of color #123735: hue angle of 176.76º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123735 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 53 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.78 |
| HSL | 176.76º | 0.51% | 0.14% | - |
| HSV(B) | 176.76º | 0.67% | 0.22% | - |
| XYZ | 2.26 | 3.12 | 3.85 | - |
| YUV | 43.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 53 | 0.67 | 0 | 0.04 | 0.78 | 176.76 | 0.51 | 0.14 |
| Hex | 12 | 37 | 35 | 43 | 0 | 4 | 4E | B1 | 33 | E |
| Octal | 22 | 67 | 65 | 103 | 0 | 4 | 116 | 261 | 63 | 16 |
| Binary | 10010 | 110111 | 110101 | 1000011 | 0 | 100 | 1001110 | 10110001 | 110011 | 1110 |
Color Harmonies of #123735
Complementary color
Monochromatic Colors of #123735
Black with #123735
Text Example
Text Example
White with #123735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123735; }
p { color: rgb(18,55,53); }
H1.HeaderClassName
{
color: #123735;
}
.AnyTagClassName
{
color: #123735;
}
</style>
background-color css
<style>
a { background-color: #123735; }
a { background-color: rgb(18,55,53); }
div.DivClassName
{
background-color: #123735;
}
.BgClassName
{
background-color: #123735;
}
</style>
border-color css
<style>
span { border-color: #123735; }
span { border-color: rgb(18,55,53); }
td.TdClassName
{
border-color: #123735;
}
.TagClassName
{
border-color: #123735;
}
</style>