Shades of Cyprus #104D46
Tints of Cyprus #104D46
RGB
CMYK
RGB Variations
Color information
#104D46 (or 0x104D46) is known color: Cyprus. HEX triplet: 10, 4D and 46. RGB value is (16,77,70). Sum of RGB (Red+Green+Blue) = 16+77+70=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #104D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D46 is #EFB2B9. Grayscale: #393939. Windows color (decimal): -15708858 or 4607248. OLE color: 4607248.
HSL color Cylindrical-coordinate representation of color #104D46: hue angle of 173.11º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D46 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 70 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.70 |
| HSL | 173.11º | 0.66% | 0.18% | - |
| HSV(B) | 173.11º | 0.79% | 0.3% | - |
| XYZ | 3.97 | 5.86 | 6.72 | - |
| YUV | 57.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 70 | 0.79 | 0 | 0.09 | 0.70 | 173.11 | 0.66 | 0.18 |
| Hex | 10 | 4D | 46 | 4F | 0 | 9 | 46 | AD | 42 | 12 |
| Octal | 20 | 115 | 106 | 117 | 0 | 11 | 106 | 255 | 102 | 22 |
| Binary | 10000 | 1001101 | 1000110 | 1001111 | 0 | 1001 | 1000110 | 10101101 | 1000010 | 10010 |
Color Harmonies of #104D46
Complementary color
Monochromatic Colors of #104D46
Black with #104D46
Text Example
Text Example
White with #104D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D46; }
p { color: rgb(16,77,70); }
H1.HeaderClassName
{
color: #104D46;
}
.AnyTagClassName
{
color: #104D46;
}
</style>
background-color css
<style>
a { background-color: #104D46; }
a { background-color: rgb(16,77,70); }
div.DivClassName
{
background-color: #104D46;
}
.BgClassName
{
background-color: #104D46;
}
</style>
border-color css
<style>
span { border-color: #104D46; }
span { border-color: rgb(16,77,70); }
td.TdClassName
{
border-color: #104D46;
}
.TagClassName
{
border-color: #104D46;
}
</style>