Shades of Cyprus #003E3B
Tints of Cyprus #003E3B
RGB
CMYK
RGB Variations
Color information
#003E3B (or 0x003E3B) is known color: Cyprus. HEX triplet: 00, 3E and 3B. RGB value is (0,62,59). Sum of RGB (Red+Green+Blue) = 0+62+59=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #003E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E3B is #FFC1C4. Grayscale: #2B2B2B. Windows color (decimal): -16761285 or 3882496. OLE color: 3882496.
HSL color Cylindrical-coordinate representation of color #003E3B: hue angle of 177.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E3B is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 62 | 59 | - |
| CMYK | 1 | 0 | 0.05 | 0.76 |
| HSL | 177.1º | 1% | 0.12% | - |
| HSV(B) | 177.1º | 1% | 0.24% | - |
| XYZ | 2.51 | 3.76 | 4.73 | - |
| YUV | 43.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 59 | 1 | 0 | 0.05 | 0.76 | 177.1 | 1 | 0.12 |
| Hex | 0 | 3E | 3B | 64 | 0 | 5 | 4C | B1 | 64 | C |
| Octal | 0 | 76 | 73 | 144 | 0 | 5 | 114 | 261 | 144 | 14 |
| Binary | 0 | 111110 | 111011 | 1100100 | 0 | 101 | 1001100 | 10110001 | 1100100 | 1100 |
Color Harmonies of #003E3B
Complementary color
Monochromatic Colors of #003E3B
Black with #003E3B
Text Example
Text Example
White with #003E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E3B; }
p { color: rgb(0,62,59); }
H1.HeaderClassName
{
color: #003E3B;
}
.AnyTagClassName
{
color: #003E3B;
}
</style>
background-color css
<style>
a { background-color: #003E3B; }
a { background-color: rgb(0,62,59); }
div.DivClassName
{
background-color: #003E3B;
}
.BgClassName
{
background-color: #003E3B;
}
</style>
border-color css
<style>
span { border-color: #003E3B; }
span { border-color: rgb(0,62,59); }
td.TdClassName
{
border-color: #003E3B;
}
.TagClassName
{
border-color: #003E3B;
}
</style>