Shades of Cyprus #0A4340
Tints of Cyprus #0A4340
RGB
CMYK
RGB Variations
Color information
#0A4340 (or 0x0A4340) is known color: Cyprus. HEX triplet: 0A, 43 and 40. RGB value is (10,67,64). Sum of RGB (Red+Green+Blue) = 10+67+64=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4340 is #F5BCBF. Grayscale: #313131. Windows color (decimal): -16104640 or 4211466. OLE color: 4211466.
HSL color Cylindrical-coordinate representation of color #0A4340: hue angle of 176.84º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4340 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 64 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.74 |
| HSL | 176.84º | 0.74% | 0.15% | - |
| HSV(B) | 176.84º | 0.85% | 0.26% | - |
| XYZ | 3.06 | 4.45 | 5.55 | - |
| YUV | 49.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 64 | 0.85 | 0 | 0.04 | 0.74 | 176.84 | 0.74 | 0.15 |
| Hex | A | 43 | 40 | 55 | 0 | 4 | 4A | B1 | 4A | F |
| Octal | 12 | 103 | 100 | 125 | 0 | 4 | 112 | 261 | 112 | 17 |
| Binary | 1010 | 1000011 | 1000000 | 1010101 | 0 | 100 | 1001010 | 10110001 | 1001010 | 1111 |
Color Harmonies of #0A4340
Complementary color
Monochromatic Colors of #0A4340
Black with #0A4340
Text Example
Text Example
White with #0A4340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4340; }
p { color: rgb(10,67,64); }
H1.HeaderClassName
{
color: #0A4340;
}
.AnyTagClassName
{
color: #0A4340;
}
</style>
background-color css
<style>
a { background-color: #0A4340; }
a { background-color: rgb(10,67,64); }
div.DivClassName
{
background-color: #0A4340;
}
.BgClassName
{
background-color: #0A4340;
}
</style>
border-color css
<style>
span { border-color: #0A4340; }
span { border-color: rgb(10,67,64); }
td.TdClassName
{
border-color: #0A4340;
}
.TagClassName
{
border-color: #0A4340;
}
</style>