Shades of Cyprus #003F3C
Tints of Cyprus #003F3C
RGB
CMYK
RGB Variations
Color information
#003F3C (or 0x003F3C) is known color: Cyprus. HEX triplet: 00, 3F and 3C. RGB value is (0,63,60). Sum of RGB (Red+Green+Blue) = 0+63+60=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #003F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F3C is #FFC0C3. Grayscale: #2B2B2B. Windows color (decimal): -16761028 or 3948288. OLE color: 3948288.
HSL color Cylindrical-coordinate representation of color #003F3C: hue angle of 177.14º 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 #003F3C is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 63 | 60 | - |
| CMYK | 1 | 0 | 0.05 | 0.75 |
| HSL | 177.14º | 1% | 0.12% | - |
| HSV(B) | 177.14º | 1% | 0.25% | - |
| XYZ | 2.59 | 3.88 | 4.89 | - |
| YUV | 43.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 60 | 1 | 0 | 0.05 | 0.75 | 177.14 | 1 | 0.12 |
| Hex | 0 | 3F | 3C | 64 | 0 | 5 | 4B | B1 | 64 | C |
| Octal | 0 | 77 | 74 | 144 | 0 | 5 | 113 | 261 | 144 | 14 |
| Binary | 0 | 111111 | 111100 | 1100100 | 0 | 101 | 1001011 | 10110001 | 1100100 | 1100 |
Color Harmonies of #003F3C
Complementary color
Monochromatic Colors of #003F3C
Black with #003F3C
Text Example
Text Example
White with #003F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F3C; }
p { color: rgb(0,63,60); }
H1.HeaderClassName
{
color: #003F3C;
}
.AnyTagClassName
{
color: #003F3C;
}
</style>
background-color css
<style>
a { background-color: #003F3C; }
a { background-color: rgb(0,63,60); }
div.DivClassName
{
background-color: #003F3C;
}
.BgClassName
{
background-color: #003F3C;
}
</style>
border-color css
<style>
span { border-color: #003F3C; }
span { border-color: rgb(0,63,60); }
td.TdClassName
{
border-color: #003F3C;
}
.TagClassName
{
border-color: #003F3C;
}
</style>