Shades of Cyprus #073D3B
Tints of Cyprus #073D3B
RGB
CMYK
RGB Variations
Color information
#073D3B (or 0x073D3B) is known color: Cyprus. HEX triplet: 07, 3D and 3B. RGB value is (7,61,59). Sum of RGB (Red+Green+Blue) = 7+61+59=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #073D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D3B is #F8C2C4. Grayscale: #2C2C2C. Windows color (decimal): -16302789 or 3882247. OLE color: 3882247.
HSL color Cylindrical-coordinate representation of color #073D3B: hue angle of 177.78º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073D3B is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 61 | 59 | - |
| CMYK | 0.89 | 0 | 0.03 | 0.76 |
| HSL | 177.78º | 0.79% | 0.13% | - |
| HSV(B) | 177.78º | 0.89% | 0.24% | - |
| XYZ | 2.55 | 3.7 | 4.72 | - |
| YUV | 44.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 59 | 0.89 | 0 | 0.03 | 0.76 | 177.78 | 0.79 | 0.13 |
| Hex | 7 | 3D | 3B | 59 | 0 | 3 | 4C | B2 | 4F | D |
| Octal | 7 | 75 | 73 | 131 | 0 | 3 | 114 | 262 | 117 | 15 |
| Binary | 111 | 111101 | 111011 | 1011001 | 0 | 11 | 1001100 | 10110010 | 1001111 | 1101 |
Color Harmonies of #073D3B
Complementary color
Monochromatic Colors of #073D3B
Black with #073D3B
Text Example
Text Example
White with #073D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D3B; }
p { color: rgb(7,61,59); }
H1.HeaderClassName
{
color: #073D3B;
}
.AnyTagClassName
{
color: #073D3B;
}
</style>
background-color css
<style>
a { background-color: #073D3B; }
a { background-color: rgb(7,61,59); }
div.DivClassName
{
background-color: #073D3B;
}
.BgClassName
{
background-color: #073D3B;
}
</style>
border-color css
<style>
span { border-color: #073D3B; }
span { border-color: rgb(7,61,59); }
td.TdClassName
{
border-color: #073D3B;
}
.TagClassName
{
border-color: #073D3B;
}
</style>