Shades of Nordic #0C3736
Tints of Nordic #0C3736
RGB
CMYK
RGB Variations
Color information
#0C3736 (or 0x0C3736) is known color: Nordic. HEX triplet: 0C, 37 and 36. RGB value is (12,55,54). Sum of RGB (Red+Green+Blue) = 12+55+54=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3736 is #F3C8C9. Grayscale: #292929. Windows color (decimal): -15976650 or 3553036. OLE color: 3553036.
HSL color Cylindrical-coordinate representation of color #0C3736: hue angle of 178.6º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C3736 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 55 | 54 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.78 |
| HSL | 178.6º | 0.64% | 0.13% | - |
| HSV(B) | 178.6º | 0.78% | 0.22% | - |
| XYZ | 2.18 | 3.08 | 3.97 | - |
| YUV | 42.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 54 | 0.78 | 0 | 0.02 | 0.78 | 178.6 | 0.64 | 0.13 |
| Hex | C | 37 | 36 | 4E | 0 | 2 | 4E | B3 | 40 | D |
| Octal | 14 | 67 | 66 | 116 | 0 | 2 | 116 | 263 | 100 | 15 |
| Binary | 1100 | 110111 | 110110 | 1001110 | 0 | 10 | 1001110 | 10110011 | 1000000 | 1101 |
Color Harmonies of #0C3736
Complementary color
Monochromatic Colors of #0C3736
Black with #0C3736
Text Example
Text Example
White with #0C3736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3736; }
p { color: rgb(12,55,54); }
H1.HeaderClassName
{
color: #0C3736;
}
.AnyTagClassName
{
color: #0C3736;
}
</style>
background-color css
<style>
a { background-color: #0C3736; }
a { background-color: rgb(12,55,54); }
div.DivClassName
{
background-color: #0C3736;
}
.BgClassName
{
background-color: #0C3736;
}
</style>
border-color css
<style>
span { border-color: #0C3736; }
span { border-color: rgb(12,55,54); }
td.TdClassName
{
border-color: #0C3736;
}
.TagClassName
{
border-color: #0C3736;
}
</style>