Shades of Nordic #153D41
Tints of Nordic #153D41
RGB
CMYK
RGB Variations
Color information
#153D41 (or 0x153D41) is known color: Nordic. HEX triplet: 15, 3D and 41. RGB value is (21,61,65). Sum of RGB (Red+Green+Blue) = 21+61+65=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #153D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D41 is #EAC2BE. Grayscale: #313131. Windows color (decimal): -15385279 or 4275477. OLE color: 4275477.
HSL color Cylindrical-coordinate representation of color #153D41: hue angle of 185.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153D41 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 61 | 65 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.75 |
| HSL | 185.45º | 0.51% | 0.17% | - |
| HSV(B) | 185.45º | 0.68% | 0.25% | - |
| XYZ | 2.93 | 3.88 | 5.6 | - |
| YUV | 49.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 65 | 0.68 | 0.06 | 0 | 0.75 | 185.45 | 0.51 | 0.17 |
| Hex | 15 | 3D | 41 | 44 | 6 | 0 | 4B | B9 | 33 | 11 |
| Octal | 25 | 75 | 101 | 104 | 6 | 0 | 113 | 271 | 63 | 21 |
| Binary | 10101 | 111101 | 1000001 | 1000100 | 110 | 0 | 1001011 | 10111001 | 110011 | 10001 |
Color Harmonies of #153D41
Complementary color
Monochromatic Colors of #153D41
Black with #153D41
Text Example
Text Example
White with #153D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D41; }
p { color: rgb(21,61,65); }
H1.HeaderClassName
{
color: #153D41;
}
.AnyTagClassName
{
color: #153D41;
}
</style>
background-color css
<style>
a { background-color: #153D41; }
a { background-color: rgb(21,61,65); }
div.DivClassName
{
background-color: #153D41;
}
.BgClassName
{
background-color: #153D41;
}
</style>
border-color css
<style>
span { border-color: #153D41; }
span { border-color: rgb(21,61,65); }
td.TdClassName
{
border-color: #153D41;
}
.TagClassName
{
border-color: #153D41;
}
</style>