Shades of Cyprus #014D3D
Tints of Cyprus #014D3D
RGB
CMYK
RGB Variations
Color information
#014D3D (or 0x014D3D) is known color: Cyprus. HEX triplet: 01, 4D and 3D. RGB value is (1,77,61). Sum of RGB (Red+Green+Blue) = 1+77+61=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #014D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D3D is #FEB2C2. Grayscale: #343434. Windows color (decimal): -16691907 or 4017409. OLE color: 4017409.
HSL color Cylindrical-coordinate representation of color #014D3D: hue angle of 167.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D3D is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 61 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.70 |
| HSL | 167.37º | 0.97% | 0.15% | - |
| HSV(B) | 167.37º | 0.99% | 0.3% | - |
| XYZ | 3.51 | 5.65 | 5.32 | - |
| YUV | 52.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 61 | 0.99 | 0 | 0.21 | 0.70 | 167.37 | 0.97 | 0.15 |
| Hex | 1 | 4D | 3D | 63 | 0 | 15 | 46 | A7 | 61 | F |
| Octal | 1 | 115 | 75 | 143 | 0 | 25 | 106 | 247 | 141 | 17 |
| Binary | 1 | 1001101 | 111101 | 1100011 | 0 | 10101 | 1000110 | 10100111 | 1100001 | 1111 |
Color Harmonies of #014D3D
Complementary color
Monochromatic Colors of #014D3D
Black with #014D3D
Text Example
Text Example
White with #014D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D3D; }
p { color: rgb(1,77,61); }
H1.HeaderClassName
{
color: #014D3D;
}
.AnyTagClassName
{
color: #014D3D;
}
</style>
background-color css
<style>
a { background-color: #014D3D; }
a { background-color: rgb(1,77,61); }
div.DivClassName
{
background-color: #014D3D;
}
.BgClassName
{
background-color: #014D3D;
}
</style>
border-color css
<style>
span { border-color: #014D3D; }
span { border-color: rgb(1,77,61); }
td.TdClassName
{
border-color: #014D3D;
}
.TagClassName
{
border-color: #014D3D;
}
</style>