Shades of Cyprus #063C37
Tints of Cyprus #063C37
RGB
CMYK
RGB Variations
Color information
#063C37 (or 0x063C37) is known color: Cyprus. HEX triplet: 06, 3C and 37. RGB value is (6,60,55). Sum of RGB (Red+Green+Blue) = 6+60+55=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #063C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C37 is #F9C3C8. Grayscale: #2B2B2B. Windows color (decimal): -16368585 or 3619846. OLE color: 3619846.
HSL color Cylindrical-coordinate representation of color #063C37: hue angle of 174.44º 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 #063C37 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 60 | 55 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.76 |
| HSL | 174.44º | 0.82% | 0.13% | - |
| HSV(B) | 174.44º | 0.9% | 0.24% | - |
| XYZ | 2.38 | 3.55 | 4.17 | - |
| YUV | 43.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 55 | 0.90 | 0 | 0.08 | 0.76 | 174.44 | 0.82 | 0.13 |
| Hex | 6 | 3C | 37 | 5A | 0 | 8 | 4C | AE | 52 | D |
| Octal | 6 | 74 | 67 | 132 | 0 | 10 | 114 | 256 | 122 | 15 |
| Binary | 110 | 111100 | 110111 | 1011010 | 0 | 1000 | 1001100 | 10101110 | 1010010 | 1101 |
Color Harmonies of #063C37
Complementary color
Monochromatic Colors of #063C37
Black with #063C37
Text Example
Text Example
White with #063C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C37; }
p { color: rgb(6,60,55); }
H1.HeaderClassName
{
color: #063C37;
}
.AnyTagClassName
{
color: #063C37;
}
</style>
background-color css
<style>
a { background-color: #063C37; }
a { background-color: rgb(6,60,55); }
div.DivClassName
{
background-color: #063C37;
}
.BgClassName
{
background-color: #063C37;
}
</style>
border-color css
<style>
span { border-color: #063C37; }
span { border-color: rgb(6,60,55); }
td.TdClassName
{
border-color: #063C37;
}
.TagClassName
{
border-color: #063C37;
}
</style>