Shades of Cyprus #013D3A
Tints of Cyprus #013D3A
RGB
CMYK
RGB Variations
Color information
#013D3A (or 0x013D3A) is known color: Cyprus. HEX triplet: 01, 3D and 3A. RGB value is (1,61,58). Sum of RGB (Red+Green+Blue) = 1+61+58=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #013D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D3A is #FEC2C5. Grayscale: #2A2A2A. Windows color (decimal): -16696006 or 3816705. OLE color: 3816705.
HSL color Cylindrical-coordinate representation of color #013D3A: hue angle of 177º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D3A is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 58 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.76 |
| HSL | 177º | 0.97% | 0.12% | - |
| HSV(B) | 177º | 0.98% | 0.24% | - |
| XYZ | 2.44 | 3.65 | 4.58 | - |
| YUV | 42.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 58 | 0.98 | 0 | 0.05 | 0.76 | 177 | 0.97 | 0.12 |
| Hex | 1 | 3D | 3A | 62 | 0 | 5 | 4C | B1 | 61 | C |
| Octal | 1 | 75 | 72 | 142 | 0 | 5 | 114 | 261 | 141 | 14 |
| Binary | 1 | 111101 | 111010 | 1100010 | 0 | 101 | 1001100 | 10110001 | 1100001 | 1100 |
Color Harmonies of #013D3A
Complementary color
Monochromatic Colors of #013D3A
Black with #013D3A
Text Example
Text Example
White with #013D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D3A; }
p { color: rgb(1,61,58); }
H1.HeaderClassName
{
color: #013D3A;
}
.AnyTagClassName
{
color: #013D3A;
}
</style>
background-color css
<style>
a { background-color: #013D3A; }
a { background-color: rgb(1,61,58); }
div.DivClassName
{
background-color: #013D3A;
}
.BgClassName
{
background-color: #013D3A;
}
</style>
border-color css
<style>
span { border-color: #013D3A; }
span { border-color: rgb(1,61,58); }
td.TdClassName
{
border-color: #013D3A;
}
.TagClassName
{
border-color: #013D3A;
}
</style>