Shades of Cyprus #013D37
Tints of Cyprus #013D37
RGB
CMYK
RGB Variations
Color information
#013D37 (or 0x013D37) is known color: Cyprus. HEX triplet: 01, 3D and 37. RGB value is (1,61,55). Sum of RGB (Red+Green+Blue) = 1+61+55=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #013D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D37 is #FEC2C8. Grayscale: #2A2A2A. Windows color (decimal): -16696009 or 3620097. OLE color: 3620097.
HSL color Cylindrical-coordinate representation of color #013D37: hue angle of 174º 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 #013D37 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 61 | 55 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.76 |
| HSL | 174º | 0.97% | 0.12% | - |
| HSV(B) | 174º | 0.98% | 0.24% | - |
| XYZ | 2.37 | 3.62 | 4.19 | - |
| YUV | 42.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 55 | 0.98 | 0 | 0.10 | 0.76 | 174 | 0.97 | 0.12 |
| Hex | 1 | 3D | 37 | 62 | 0 | A | 4C | AE | 61 | C |
| Octal | 1 | 75 | 67 | 142 | 0 | 12 | 114 | 256 | 141 | 14 |
| Binary | 1 | 111101 | 110111 | 1100010 | 0 | 1010 | 1001100 | 10101110 | 1100001 | 1100 |
Color Harmonies of #013D37
Complementary color
Monochromatic Colors of #013D37
Black with #013D37
Text Example
Text Example
White with #013D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D37; }
p { color: rgb(1,61,55); }
H1.HeaderClassName
{
color: #013D37;
}
.AnyTagClassName
{
color: #013D37;
}
</style>
background-color css
<style>
a { background-color: #013D37; }
a { background-color: rgb(1,61,55); }
div.DivClassName
{
background-color: #013D37;
}
.BgClassName
{
background-color: #013D37;
}
</style>
border-color css
<style>
span { border-color: #013D37; }
span { border-color: rgb(1,61,55); }
td.TdClassName
{
border-color: #013D37;
}
.TagClassName
{
border-color: #013D37;
}
</style>