Shades of Cyprus #073C36
Tints of Cyprus #073C36
RGB
CMYK
RGB Variations
Color information
#073C36 (or 0x073C36) is known color: Cyprus. HEX triplet: 07, 3C and 36. RGB value is (7,60,54). Sum of RGB (Red+Green+Blue) = 7+60+54=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #073C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C36 is #F8C3C9. Grayscale: #2B2B2B. Windows color (decimal): -16303050 or 3554311. OLE color: 3554311.
HSL color Cylindrical-coordinate representation of color #073C36: hue angle of 173.21º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C36 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 54 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.76 |
| HSL | 173.21º | 0.79% | 0.13% | - |
| HSV(B) | 173.21º | 0.88% | 0.24% | - |
| XYZ | 2.37 | 3.54 | 4.05 | - |
| YUV | 43.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 54 | 0.88 | 0 | 0.10 | 0.76 | 173.21 | 0.79 | 0.13 |
| Hex | 7 | 3C | 36 | 58 | 0 | A | 4C | AD | 4F | D |
| Octal | 7 | 74 | 66 | 130 | 0 | 12 | 114 | 255 | 117 | 15 |
| Binary | 111 | 111100 | 110110 | 1011000 | 0 | 1010 | 1001100 | 10101101 | 1001111 | 1101 |
Color Harmonies of #073C36
Complementary color
Monochromatic Colors of #073C36
Black with #073C36
Text Example
Text Example
White with #073C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C36; }
p { color: rgb(7,60,54); }
H1.HeaderClassName
{
color: #073C36;
}
.AnyTagClassName
{
color: #073C36;
}
</style>
background-color css
<style>
a { background-color: #073C36; }
a { background-color: rgb(7,60,54); }
div.DivClassName
{
background-color: #073C36;
}
.BgClassName
{
background-color: #073C36;
}
</style>
border-color css
<style>
span { border-color: #073C36; }
span { border-color: rgb(7,60,54); }
td.TdClassName
{
border-color: #073C36;
}
.TagClassName
{
border-color: #073C36;
}
</style>