Shades of Cyprus #0C3A37
Tints of Cyprus #0C3A37
RGB
CMYK
RGB Variations
Color information
#0C3A37 (or 0x0C3A37) is known color: Cyprus. HEX triplet: 0C, 3A and 37. RGB value is (12,58,55). Sum of RGB (Red+Green+Blue) = 12+58+55=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3A37 is #F3C5C8. Grayscale: #2B2B2B. Windows color (decimal): -15975881 or 3619340. OLE color: 3619340.
HSL color Cylindrical-coordinate representation of color #0C3A37: hue angle of 176.09º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3A37 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 58 | 55 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.77 |
| HSL | 176.09º | 0.66% | 0.14% | - |
| HSV(B) | 176.09º | 0.79% | 0.23% | - |
| XYZ | 2.35 | 3.38 | 4.14 | - |
| YUV | 43.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 55 | 0.79 | 0 | 0.05 | 0.77 | 176.09 | 0.66 | 0.14 |
| Hex | C | 3A | 37 | 4F | 0 | 5 | 4D | B0 | 42 | E |
| Octal | 14 | 72 | 67 | 117 | 0 | 5 | 115 | 260 | 102 | 16 |
| Binary | 1100 | 111010 | 110111 | 1001111 | 0 | 101 | 1001101 | 10110000 | 1000010 | 1110 |
Color Harmonies of #0C3A37
Complementary color
Monochromatic Colors of #0C3A37
Black with #0C3A37
Text Example
Text Example
White with #0C3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A37; }
p { color: rgb(12,58,55); }
H1.HeaderClassName
{
color: #0C3A37;
}
.AnyTagClassName
{
color: #0C3A37;
}
</style>
background-color css
<style>
a { background-color: #0C3A37; }
a { background-color: rgb(12,58,55); }
div.DivClassName
{
background-color: #0C3A37;
}
.BgClassName
{
background-color: #0C3A37;
}
</style>
border-color css
<style>
span { border-color: #0C3A37; }
span { border-color: rgb(12,58,55); }
td.TdClassName
{
border-color: #0C3A37;
}
.TagClassName
{
border-color: #0C3A37;
}
</style>