Shades of Cyprus #124D45
Tints of Cyprus #124D45
RGB
CMYK
RGB Variations
Color information
#124D45 (or 0x124D45) is known color: Cyprus. HEX triplet: 12, 4D and 45. RGB value is (18,77,69). Sum of RGB (Red+Green+Blue) = 18+77+69=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #124D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D45 is #EDB2BA. Grayscale: #3A3A3A. Windows color (decimal): -15577787 or 4541714. OLE color: 4541714.
HSL color Cylindrical-coordinate representation of color #124D45: hue angle of 171.86º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D45 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 69 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.70 |
| HSL | 171.86º | 0.62% | 0.19% | - |
| HSV(B) | 171.86º | 0.77% | 0.3% | - |
| XYZ | 3.98 | 5.87 | 6.55 | - |
| YUV | 58.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 69 | 0.77 | 0 | 0.10 | 0.70 | 171.86 | 0.62 | 0.19 |
| Hex | 12 | 4D | 45 | 4D | 0 | A | 46 | AC | 3E | 13 |
| Octal | 22 | 115 | 105 | 115 | 0 | 12 | 106 | 254 | 76 | 23 |
| Binary | 10010 | 1001101 | 1000101 | 1001101 | 0 | 1010 | 1000110 | 10101100 | 111110 | 10011 |
Color Harmonies of #124D45
Complementary color
Monochromatic Colors of #124D45
Black with #124D45
Text Example
Text Example
White with #124D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D45; }
p { color: rgb(18,77,69); }
H1.HeaderClassName
{
color: #124D45;
}
.AnyTagClassName
{
color: #124D45;
}
</style>
background-color css
<style>
a { background-color: #124D45; }
a { background-color: rgb(18,77,69); }
div.DivClassName
{
background-color: #124D45;
}
.BgClassName
{
background-color: #124D45;
}
</style>
border-color css
<style>
span { border-color: #124D45; }
span { border-color: rgb(18,77,69); }
td.TdClassName
{
border-color: #124D45;
}
.TagClassName
{
border-color: #124D45;
}
</style>