Shades of Cyprus #0C3937
Tints of Cyprus #0C3937
RGB
CMYK
RGB Variations
Color information
#0C3937 (or 0x0C3937) is known color: Cyprus. HEX triplet: 0C, 39 and 37. RGB value is (12,57,55). Sum of RGB (Red+Green+Blue) = 12+57+55=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3937 is #F3C6C8. Grayscale: #2B2B2B. Windows color (decimal): -15976137 or 3619084. OLE color: 3619084.
HSL color Cylindrical-coordinate representation of color #0C3937: hue angle of 177.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3937 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 57 | 55 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.78 |
| HSL | 177.33º | 0.65% | 0.14% | - |
| HSV(B) | 177.33º | 0.79% | 0.22% | - |
| XYZ | 2.3 | 3.28 | 4.13 | - |
| YUV | 43.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 55 | 0.79 | 0 | 0.04 | 0.78 | 177.33 | 0.65 | 0.14 |
| Hex | C | 39 | 37 | 4F | 0 | 4 | 4E | B1 | 41 | E |
| Octal | 14 | 71 | 67 | 117 | 0 | 4 | 116 | 261 | 101 | 16 |
| Binary | 1100 | 111001 | 110111 | 1001111 | 0 | 100 | 1001110 | 10110001 | 1000001 | 1110 |
Color Harmonies of #0C3937
Complementary color
Monochromatic Colors of #0C3937
Black with #0C3937
Text Example
Text Example
White with #0C3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3937; }
p { color: rgb(12,57,55); }
H1.HeaderClassName
{
color: #0C3937;
}
.AnyTagClassName
{
color: #0C3937;
}
</style>
background-color css
<style>
a { background-color: #0C3937; }
a { background-color: rgb(12,57,55); }
div.DivClassName
{
background-color: #0C3937;
}
.BgClassName
{
background-color: #0C3937;
}
</style>
border-color css
<style>
span { border-color: #0C3937; }
span { border-color: rgb(12,57,55); }
td.TdClassName
{
border-color: #0C3937;
}
.TagClassName
{
border-color: #0C3937;
}
</style>