Shades of Cyprus #003F3E
Tints of Cyprus #003F3E
RGB
CMYK
RGB Variations
Color information
#003F3E (or 0x003F3E) is known color: Cyprus. HEX triplet: 00, 3F and 3E. RGB value is (0,63,62). Sum of RGB (Red+Green+Blue) = 0+63+62=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #003F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F3E is #FFC0C1. Grayscale: #2B2B2B. Windows color (decimal): -16761026 or 4079360. OLE color: 4079360.
HSL color Cylindrical-coordinate representation of color #003F3E: hue angle of 179.05º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F3E is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 63 | 62 | - |
| CMYK | 1 | 0 | 0.02 | 0.75 |
| HSL | 179.05º | 1% | 0.12% | - |
| HSV(B) | 179.05º | 1% | 0.25% | - |
| XYZ | 2.65 | 3.9 | 5.17 | - |
| YUV | 44.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 62 | 1 | 0 | 0.02 | 0.75 | 179.05 | 1 | 0.12 |
| Hex | 0 | 3F | 3E | 64 | 0 | 2 | 4B | B3 | 64 | C |
| Octal | 0 | 77 | 76 | 144 | 0 | 2 | 113 | 263 | 144 | 14 |
| Binary | 0 | 111111 | 111110 | 1100100 | 0 | 10 | 1001011 | 10110011 | 1100100 | 1100 |
Color Harmonies of #003F3E
Complementary color
Monochromatic Colors of #003F3E
Black with #003F3E
Text Example
Text Example
White with #003F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F3E; }
p { color: rgb(0,63,62); }
H1.HeaderClassName
{
color: #003F3E;
}
.AnyTagClassName
{
color: #003F3E;
}
</style>
background-color css
<style>
a { background-color: #003F3E; }
a { background-color: rgb(0,63,62); }
div.DivClassName
{
background-color: #003F3E;
}
.BgClassName
{
background-color: #003F3E;
}
</style>
border-color css
<style>
span { border-color: #003F3E; }
span { border-color: rgb(0,63,62); }
td.TdClassName
{
border-color: #003F3E;
}
.TagClassName
{
border-color: #003F3E;
}
</style>