Shades of Cyprus #0C584A
Tints of Cyprus #0C584A
RGB
CMYK
RGB Variations
Color information
#0C584A (or 0x0C584A) is known color: Cyprus. HEX triplet: 0C, 58 and 4A. RGB value is (12,88,74). Sum of RGB (Red+Green+Blue) = 12+88+74=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #0C584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C584A is #F3A7B5. Grayscale: #3F3F3F. Windows color (decimal): -15968182 or 4872204. OLE color: 4872204.
HSL color Cylindrical-coordinate representation of color #0C584A: hue angle of 168.95º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C584A is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 74 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.65 |
| HSL | 168.95º | 0.76% | 0.2% | - |
| HSV(B) | 168.95º | 0.86% | 0.35% | - |
| XYZ | 4.88 | 7.55 | 7.68 | - |
| YUV | 63.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 74 | 0.86 | 0 | 0.16 | 0.65 | 168.95 | 0.76 | 0.2 |
| Hex | C | 58 | 4A | 56 | 0 | 10 | 41 | A9 | 4C | 14 |
| Octal | 14 | 130 | 112 | 126 | 0 | 20 | 101 | 251 | 114 | 24 |
| Binary | 1100 | 1011000 | 1001010 | 1010110 | 0 | 10000 | 1000001 | 10101001 | 1001100 | 10100 |
Color Harmonies of #0C584A
Complementary color
Monochromatic Colors of #0C584A
Black with #0C584A
Text Example
Text Example
White with #0C584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C584A; }
p { color: rgb(12,88,74); }
H1.HeaderClassName
{
color: #0C584A;
}
.AnyTagClassName
{
color: #0C584A;
}
</style>
background-color css
<style>
a { background-color: #0C584A; }
a { background-color: rgb(12,88,74); }
div.DivClassName
{
background-color: #0C584A;
}
.BgClassName
{
background-color: #0C584A;
}
</style>
border-color css
<style>
span { border-color: #0C584A; }
span { border-color: rgb(12,88,74); }
td.TdClassName
{
border-color: #0C584A;
}
.TagClassName
{
border-color: #0C584A;
}
</style>