Shades of Cyprus #063E3B
Tints of Cyprus #063E3B
RGB
CMYK
RGB Variations
Color information
#063E3B (or 0x063E3B) is known color: Cyprus. HEX triplet: 06, 3E and 3B. RGB value is (6,62,59). Sum of RGB (Red+Green+Blue) = 6+62+59=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #063E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E3B is #F9C1C4. Grayscale: #2C2C2C. Windows color (decimal): -16368069 or 3882502. OLE color: 3882502.
HSL color Cylindrical-coordinate representation of color #063E3B: hue angle of 176.79º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063E3B is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 62 | 59 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.76 |
| HSL | 176.79º | 0.82% | 0.13% | - |
| HSV(B) | 176.79º | 0.9% | 0.24% | - |
| XYZ | 2.59 | 3.8 | 4.73 | - |
| YUV | 44.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 59 | 0.90 | 0 | 0.05 | 0.76 | 176.79 | 0.82 | 0.13 |
| Hex | 6 | 3E | 3B | 5A | 0 | 5 | 4C | B1 | 52 | D |
| Octal | 6 | 76 | 73 | 132 | 0 | 5 | 114 | 261 | 122 | 15 |
| Binary | 110 | 111110 | 111011 | 1011010 | 0 | 101 | 1001100 | 10110001 | 1010010 | 1101 |
Color Harmonies of #063E3B
Complementary color
Monochromatic Colors of #063E3B
Black with #063E3B
Text Example
Text Example
White with #063E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E3B; }
p { color: rgb(6,62,59); }
H1.HeaderClassName
{
color: #063E3B;
}
.AnyTagClassName
{
color: #063E3B;
}
</style>
background-color css
<style>
a { background-color: #063E3B; }
a { background-color: rgb(6,62,59); }
div.DivClassName
{
background-color: #063E3B;
}
.BgClassName
{
background-color: #063E3B;
}
</style>
border-color css
<style>
span { border-color: #063E3B; }
span { border-color: rgb(6,62,59); }
td.TdClassName
{
border-color: #063E3B;
}
.TagClassName
{
border-color: #063E3B;
}
</style>