Shades of Cyprus #073A37
Tints of Cyprus #073A37
RGB
CMYK
RGB Variations
Color information
#073A37 (or 0x073A37) is known color: Cyprus. HEX triplet: 07, 3A and 37. RGB value is (7,58,55). Sum of RGB (Red+Green+Blue) = 7+58+55=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #073A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A37 is #F8C5C8. Grayscale: #2A2A2A. Windows color (decimal): -16303561 or 3619335. OLE color: 3619335.
HSL color Cylindrical-coordinate representation of color #073A37: hue angle of 176.47º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A37 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 55 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.77 |
| HSL | 176.47º | 0.78% | 0.13% | - |
| HSV(B) | 176.47º | 0.88% | 0.23% | - |
| XYZ | 2.29 | 3.35 | 4.14 | - |
| YUV | 42.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 55 | 0.88 | 0 | 0.05 | 0.77 | 176.47 | 0.78 | 0.13 |
| Hex | 7 | 3A | 37 | 58 | 0 | 5 | 4D | B0 | 4E | D |
| Octal | 7 | 72 | 67 | 130 | 0 | 5 | 115 | 260 | 116 | 15 |
| Binary | 111 | 111010 | 110111 | 1011000 | 0 | 101 | 1001101 | 10110000 | 1001110 | 1101 |
Color Harmonies of #073A37
Complementary color
Monochromatic Colors of #073A37
Black with #073A37
Text Example
Text Example
White with #073A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A37; }
p { color: rgb(7,58,55); }
H1.HeaderClassName
{
color: #073A37;
}
.AnyTagClassName
{
color: #073A37;
}
</style>
background-color css
<style>
a { background-color: #073A37; }
a { background-color: rgb(7,58,55); }
div.DivClassName
{
background-color: #073A37;
}
.BgClassName
{
background-color: #073A37;
}
</style>
border-color css
<style>
span { border-color: #073A37; }
span { border-color: rgb(7,58,55); }
td.TdClassName
{
border-color: #073A37;
}
.TagClassName
{
border-color: #073A37;
}
</style>