Shades of Cyprus #0A4845
Tints of Cyprus #0A4845
RGB
CMYK
RGB Variations
Color information
#0A4845 (or 0x0A4845) is known color: Cyprus. HEX triplet: 0A, 48 and 45. RGB value is (10,72,69). Sum of RGB (Red+Green+Blue) = 10+72+69=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4845 is #F5B7BA. Grayscale: #353535. Windows color (decimal): -16103355 or 4540426. OLE color: 4540426.
HSL color Cylindrical-coordinate representation of color #0A4845: hue angle of 177.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4845 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 72 | 69 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.72 |
| HSL | 177.1º | 0.76% | 0.16% | - |
| HSV(B) | 177.1º | 0.86% | 0.28% | - |
| XYZ | 3.52 | 5.13 | 6.43 | - |
| YUV | 53.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 69 | 0.86 | 0 | 0.04 | 0.72 | 177.1 | 0.76 | 0.16 |
| Hex | A | 48 | 45 | 56 | 0 | 4 | 48 | B1 | 4C | 10 |
| Octal | 12 | 110 | 105 | 126 | 0 | 4 | 110 | 261 | 114 | 20 |
| Binary | 1010 | 1001000 | 1000101 | 1010110 | 0 | 100 | 1001000 | 10110001 | 1001100 | 10000 |
Color Harmonies of #0A4845
Complementary color
Monochromatic Colors of #0A4845
Black with #0A4845
Text Example
Text Example
White with #0A4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4845; }
p { color: rgb(10,72,69); }
H1.HeaderClassName
{
color: #0A4845;
}
.AnyTagClassName
{
color: #0A4845;
}
</style>
background-color css
<style>
a { background-color: #0A4845; }
a { background-color: rgb(10,72,69); }
div.DivClassName
{
background-color: #0A4845;
}
.BgClassName
{
background-color: #0A4845;
}
</style>
border-color css
<style>
span { border-color: #0A4845; }
span { border-color: rgb(10,72,69); }
td.TdClassName
{
border-color: #0A4845;
}
.TagClassName
{
border-color: #0A4845;
}
</style>