Shades of Cyprus #073E3B
Tints of Cyprus #073E3B
RGB
CMYK
RGB Variations
Color information
#073E3B (or 0x073E3B) is known color: Cyprus. HEX triplet: 07, 3E and 3B. RGB value is (7,62,59). Sum of RGB (Red+Green+Blue) = 7+62+59=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #073E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E3B is #F8C1C4. Grayscale: #2D2D2D. Windows color (decimal): -16302533 or 3882503. OLE color: 3882503.
HSL color Cylindrical-coordinate representation of color #073E3B: hue angle of 176.73º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E3B is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 62 | 59 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.76 |
| HSL | 176.73º | 0.8% | 0.14% | - |
| HSV(B) | 176.73º | 0.89% | 0.24% | - |
| XYZ | 2.6 | 3.81 | 4.74 | - |
| YUV | 45.21 | 135.78 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 59 | 0.89 | 0 | 0.05 | 0.76 | 176.73 | 0.8 | 0.14 |
| Hex | 7 | 3E | 3B | 59 | 0 | 5 | 4C | B1 | 50 | E |
| Octal | 7 | 76 | 73 | 131 | 0 | 5 | 114 | 261 | 120 | 16 |
| Binary | 111 | 111110 | 111011 | 1011001 | 0 | 101 | 1001100 | 10110001 | 1010000 | 1110 |
Color Harmonies of #073E3B
Complementary color
Monochromatic Colors of #073E3B
Black with #073E3B
Text Example
Text Example
White with #073E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E3B; }
p { color: rgb(7,62,59); }
H1.HeaderClassName
{
color: #073E3B;
}
.AnyTagClassName
{
color: #073E3B;
}
</style>
background-color css
<style>
a { background-color: #073E3B; }
a { background-color: rgb(7,62,59); }
div.DivClassName
{
background-color: #073E3B;
}
.BgClassName
{
background-color: #073E3B;
}
</style>
border-color css
<style>
span { border-color: #073E3B; }
span { border-color: rgb(7,62,59); }
td.TdClassName
{
border-color: #073E3B;
}
.TagClassName
{
border-color: #073E3B;
}
</style>