Shades of Cyprus #0A4941
Tints of Cyprus #0A4941
RGB
CMYK
RGB Variations
Color information
#0A4941 (or 0x0A4941) is known color: Cyprus. HEX triplet: 0A, 49 and 41. RGB value is (10,73,65). Sum of RGB (Red+Green+Blue) = 10+73+65=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4941 is #F5B6BE. Grayscale: #353535. Windows color (decimal): -16103103 or 4278538. OLE color: 4278538.
HSL color Cylindrical-coordinate representation of color #0A4941: hue angle of 172.38º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4941 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 73 | 65 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.71 |
| HSL | 172.38º | 0.76% | 0.16% | - |
| HSV(B) | 172.38º | 0.86% | 0.29% | - |
| XYZ | 3.46 | 5.21 | 5.82 | - |
| YUV | 53.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 73 | 65 | 0.86 | 0 | 0.11 | 0.71 | 172.38 | 0.76 | 0.16 |
| Hex | A | 49 | 41 | 56 | 0 | B | 47 | AC | 4C | 10 |
| Octal | 12 | 111 | 101 | 126 | 0 | 13 | 107 | 254 | 114 | 20 |
| Binary | 1010 | 1001001 | 1000001 | 1010110 | 0 | 1011 | 1000111 | 10101100 | 1001100 | 10000 |
Color Harmonies of #0A4941
Complementary color
Monochromatic Colors of #0A4941
Black with #0A4941
Text Example
Text Example
White with #0A4941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4941; }
p { color: rgb(10,73,65); }
H1.HeaderClassName
{
color: #0A4941;
}
.AnyTagClassName
{
color: #0A4941;
}
</style>
background-color css
<style>
a { background-color: #0A4941; }
a { background-color: rgb(10,73,65); }
div.DivClassName
{
background-color: #0A4941;
}
.BgClassName
{
background-color: #0A4941;
}
</style>
border-color css
<style>
span { border-color: #0A4941; }
span { border-color: rgb(10,73,65); }
td.TdClassName
{
border-color: #0A4941;
}
.TagClassName
{
border-color: #0A4941;
}
</style>