Shades of Cyprus #0A5247
Tints of Cyprus #0A5247
RGB
CMYK
RGB Variations
Color information
#0A5247 (or 0x0A5247) is known color: Cyprus. HEX triplet: 0A, 52 and 47. RGB value is (10,82,71). Sum of RGB (Red+Green+Blue) = 10+82+71=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5247 is #F5ADB8. Grayscale: #3B3B3B. Windows color (decimal): -16100793 or 4674058. OLE color: 4674058.
HSL color Cylindrical-coordinate representation of color #0A5247: hue angle of 170.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5247 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 71 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.68 |
| HSL | 170.83º | 0.78% | 0.18% | - |
| HSV(B) | 170.83º | 0.88% | 0.32% | - |
| XYZ | 4.28 | 6.55 | 7 | - |
| YUV | 59.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 71 | 0.88 | 0 | 0.13 | 0.68 | 170.83 | 0.78 | 0.18 |
| Hex | A | 52 | 47 | 58 | 0 | D | 44 | AB | 4E | 12 |
| Octal | 12 | 122 | 107 | 130 | 0 | 15 | 104 | 253 | 116 | 22 |
| Binary | 1010 | 1010010 | 1000111 | 1011000 | 0 | 1101 | 1000100 | 10101011 | 1001110 | 10010 |
Color Harmonies of #0A5247
Complementary color
Monochromatic Colors of #0A5247
Black with #0A5247
Text Example
Text Example
White with #0A5247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5247; }
p { color: rgb(10,82,71); }
H1.HeaderClassName
{
color: #0A5247;
}
.AnyTagClassName
{
color: #0A5247;
}
</style>
background-color css
<style>
a { background-color: #0A5247; }
a { background-color: rgb(10,82,71); }
div.DivClassName
{
background-color: #0A5247;
}
.BgClassName
{
background-color: #0A5247;
}
</style>
border-color css
<style>
span { border-color: #0A5247; }
span { border-color: rgb(10,82,71); }
td.TdClassName
{
border-color: #0A5247;
}
.TagClassName
{
border-color: #0A5247;
}
</style>