Shades of Cyprus #0A4C45
Tints of Cyprus #0A4C45
RGB
CMYK
RGB Variations
Color information
#0A4C45 (or 0x0A4C45) is known color: Cyprus. HEX triplet: 0A, 4C and 45. RGB value is (10,76,69). Sum of RGB (Red+Green+Blue) = 10+76+69=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #0A4C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4C45 is #F5B3BA. Grayscale: #373737. Windows color (decimal): -16102331 or 4541450. OLE color: 4541450.
HSL color Cylindrical-coordinate representation of color #0A4C45: hue angle of 173.64º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4C45 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 10 | 76 | 69 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.70 |
| HSL | 173.64º | 0.77% | 0.17% | - |
| HSV(B) | 173.64º | 0.87% | 0.3% | - |
| XYZ | 3.78 | 5.66 | 6.52 | - |
| YUV | 55.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 76 | 69 | 0.87 | 0 | 0.09 | 0.70 | 173.64 | 0.77 | 0.17 |
| Hex | A | 4C | 45 | 57 | 0 | 9 | 46 | AE | 4D | 11 |
| Octal | 12 | 114 | 105 | 127 | 0 | 11 | 106 | 256 | 115 | 21 |
| Binary | 1010 | 1001100 | 1000101 | 1010111 | 0 | 1001 | 1000110 | 10101110 | 1001101 | 10001 |
Color Harmonies of #0A4C45
Complementary color
Monochromatic Colors of #0A4C45
Black with #0A4C45
Text Example
Text Example
White with #0A4C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4C45; }
p { color: rgb(10,76,69); }
H1.HeaderClassName
{
color: #0A4C45;
}
.AnyTagClassName
{
color: #0A4C45;
}
</style>
background-color css
<style>
a { background-color: #0A4C45; }
a { background-color: rgb(10,76,69); }
div.DivClassName
{
background-color: #0A4C45;
}
.BgClassName
{
background-color: #0A4C45;
}
</style>
border-color css
<style>
span { border-color: #0A4C45; }
span { border-color: rgb(10,76,69); }
td.TdClassName
{
border-color: #0A4C45;
}
.TagClassName
{
border-color: #0A4C45;
}
</style>