Shades of Cyprus #073C3B
Tints of Cyprus #073C3B
RGB
CMYK
RGB Variations
Color information
#073C3B (or 0x073C3B) is known color: Cyprus. HEX triplet: 07, 3C and 3B. RGB value is (7,60,59). Sum of RGB (Red+Green+Blue) = 7+60+59=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #073C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C3B is #F8C3C4. Grayscale: #2B2B2B. Windows color (decimal): -16303045 or 3881991. OLE color: 3881991.
HSL color Cylindrical-coordinate representation of color #073C3B: hue angle of 178.87º 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 #073C3B is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 59 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.76 |
| HSL | 178.87º | 0.79% | 0.13% | - |
| HSV(B) | 178.87º | 0.88% | 0.24% | - |
| XYZ | 2.49 | 3.59 | 4.7 | - |
| YUV | 44.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 59 | 0.88 | 0 | 0.02 | 0.76 | 178.87 | 0.79 | 0.13 |
| Hex | 7 | 3C | 3B | 58 | 0 | 2 | 4C | B3 | 4F | D |
| Octal | 7 | 74 | 73 | 130 | 0 | 2 | 114 | 263 | 117 | 15 |
| Binary | 111 | 111100 | 111011 | 1011000 | 0 | 10 | 1001100 | 10110011 | 1001111 | 1101 |
Color Harmonies of #073C3B
Complementary color
Monochromatic Colors of #073C3B
Black with #073C3B
Text Example
Text Example
White with #073C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C3B; }
p { color: rgb(7,60,59); }
H1.HeaderClassName
{
color: #073C3B;
}
.AnyTagClassName
{
color: #073C3B;
}
</style>
background-color css
<style>
a { background-color: #073C3B; }
a { background-color: rgb(7,60,59); }
div.DivClassName
{
background-color: #073C3B;
}
.BgClassName
{
background-color: #073C3B;
}
</style>
border-color css
<style>
span { border-color: #073C3B; }
span { border-color: rgb(7,60,59); }
td.TdClassName
{
border-color: #073C3B;
}
.TagClassName
{
border-color: #073C3B;
}
</style>