Shades of Cyprus #013F3C
Tints of Cyprus #013F3C
RGB
CMYK
RGB Variations
Color information
#013F3C (or 0x013F3C) is known color: Cyprus. HEX triplet: 01, 3F and 3C. RGB value is (1,63,60). Sum of RGB (Red+Green+Blue) = 1+63+60=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #013F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F3C is #FEC0C3. Grayscale: #2C2C2C. Windows color (decimal): -16695492 or 3948289. OLE color: 3948289.
HSL color Cylindrical-coordinate representation of color #013F3C: hue angle of 177.1º 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 #013F3C is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 63 | 60 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.75 |
| HSL | 177.1º | 0.97% | 0.13% | - |
| HSV(B) | 177.1º | 0.98% | 0.25% | - |
| XYZ | 2.61 | 3.89 | 4.89 | - |
| YUV | 44.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 60 | 0.98 | 0 | 0.05 | 0.75 | 177.1 | 0.97 | 0.13 |
| Hex | 1 | 3F | 3C | 62 | 0 | 5 | 4B | B1 | 61 | D |
| Octal | 1 | 77 | 74 | 142 | 0 | 5 | 113 | 261 | 141 | 15 |
| Binary | 1 | 111111 | 111100 | 1100010 | 0 | 101 | 1001011 | 10110001 | 1100001 | 1101 |
Color Harmonies of #013F3C
Complementary color
Monochromatic Colors of #013F3C
Black with #013F3C
Text Example
Text Example
White with #013F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F3C; }
p { color: rgb(1,63,60); }
H1.HeaderClassName
{
color: #013F3C;
}
.AnyTagClassName
{
color: #013F3C;
}
</style>
background-color css
<style>
a { background-color: #013F3C; }
a { background-color: rgb(1,63,60); }
div.DivClassName
{
background-color: #013F3C;
}
.BgClassName
{
background-color: #013F3C;
}
</style>
border-color css
<style>
span { border-color: #013F3C; }
span { border-color: rgb(1,63,60); }
td.TdClassName
{
border-color: #013F3C;
}
.TagClassName
{
border-color: #013F3C;
}
</style>