Shades of Cyprus #063C39
Tints of Cyprus #063C39
RGB
CMYK
RGB Variations
Color information
#063C39 (or 0x063C39) is known color: Cyprus. HEX triplet: 06, 3C and 39. RGB value is (6,60,57). Sum of RGB (Red+Green+Blue) = 6+60+57=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #063C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C39 is #F9C3C6. Grayscale: #2B2B2B. Windows color (decimal): -16368583 or 3750918. OLE color: 3750918.
HSL color Cylindrical-coordinate representation of color #063C39: hue angle of 176.67º 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 #063C39 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 60 | 57 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.76 |
| HSL | 176.67º | 0.82% | 0.13% | - |
| HSV(B) | 176.67º | 0.9% | 0.24% | - |
| XYZ | 2.43 | 3.57 | 4.43 | - |
| YUV | 43.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 57 | 0.90 | 0 | 0.05 | 0.76 | 176.67 | 0.82 | 0.13 |
| Hex | 6 | 3C | 39 | 5A | 0 | 5 | 4C | B1 | 52 | D |
| Octal | 6 | 74 | 71 | 132 | 0 | 5 | 114 | 261 | 122 | 15 |
| Binary | 110 | 111100 | 111001 | 1011010 | 0 | 101 | 1001100 | 10110001 | 1010010 | 1101 |
Color Harmonies of #063C39
Complementary color
Monochromatic Colors of #063C39
Black with #063C39
Text Example
Text Example
White with #063C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C39; }
p { color: rgb(6,60,57); }
H1.HeaderClassName
{
color: #063C39;
}
.AnyTagClassName
{
color: #063C39;
}
</style>
background-color css
<style>
a { background-color: #063C39; }
a { background-color: rgb(6,60,57); }
div.DivClassName
{
background-color: #063C39;
}
.BgClassName
{
background-color: #063C39;
}
</style>
border-color css
<style>
span { border-color: #063C39; }
span { border-color: rgb(6,60,57); }
td.TdClassName
{
border-color: #063C39;
}
.TagClassName
{
border-color: #063C39;
}
</style>