Shades of Cyprus #013F37
Tints of Cyprus #013F37
RGB
CMYK
RGB Variations
Color information
#013F37 (or 0x013F37) is known color: Cyprus. HEX triplet: 01, 3F and 37. RGB value is (1,63,55). Sum of RGB (Red+Green+Blue) = 1+63+55=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #013F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F37 is #FEC0C8. Grayscale: #2B2B2B. Windows color (decimal): -16695497 or 3620609. OLE color: 3620609.
HSL color Cylindrical-coordinate representation of color #013F37: hue angle of 172.26º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F37 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 55 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.75 |
| HSL | 172.26º | 0.97% | 0.13% | - |
| HSV(B) | 172.26º | 0.98% | 0.25% | - |
| XYZ | 2.48 | 3.84 | 4.22 | - |
| YUV | 43.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 55 | 0.98 | 0 | 0.13 | 0.75 | 172.26 | 0.97 | 0.13 |
| Hex | 1 | 3F | 37 | 62 | 0 | D | 4B | AC | 61 | D |
| Octal | 1 | 77 | 67 | 142 | 0 | 15 | 113 | 254 | 141 | 15 |
| Binary | 1 | 111111 | 110111 | 1100010 | 0 | 1101 | 1001011 | 10101100 | 1100001 | 1101 |
Color Harmonies of #013F37
Complementary color
Monochromatic Colors of #013F37
Black with #013F37
Text Example
Text Example
White with #013F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F37; }
p { color: rgb(1,63,55); }
H1.HeaderClassName
{
color: #013F37;
}
.AnyTagClassName
{
color: #013F37;
}
</style>
background-color css
<style>
a { background-color: #013F37; }
a { background-color: rgb(1,63,55); }
div.DivClassName
{
background-color: #013F37;
}
.BgClassName
{
background-color: #013F37;
}
</style>
border-color css
<style>
span { border-color: #013F37; }
span { border-color: rgb(1,63,55); }
td.TdClassName
{
border-color: #013F37;
}
.TagClassName
{
border-color: #013F37;
}
</style>