Shades of Cyprus #073C38
Tints of Cyprus #073C38
RGB
CMYK
RGB Variations
Color information
#073C38 (or 0x073C38) is known color: Cyprus. HEX triplet: 07, 3C and 38. RGB value is (7,60,56). Sum of RGB (Red+Green+Blue) = 7+60+56=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #073C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C38 is #F8C3C7. Grayscale: #2B2B2B. Windows color (decimal): -16303048 or 3685383. OLE color: 3685383.
HSL color Cylindrical-coordinate representation of color #073C38: hue angle of 175.47º 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 #073C38 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 56 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.76 |
| HSL | 175.47º | 0.79% | 0.13% | - |
| HSV(B) | 175.47º | 0.88% | 0.24% | - |
| XYZ | 2.42 | 3.56 | 4.3 | - |
| YUV | 43.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 56 | 0.88 | 0 | 0.07 | 0.76 | 175.47 | 0.79 | 0.13 |
| Hex | 7 | 3C | 38 | 58 | 0 | 7 | 4C | AF | 4F | D |
| Octal | 7 | 74 | 70 | 130 | 0 | 7 | 114 | 257 | 117 | 15 |
| Binary | 111 | 111100 | 111000 | 1011000 | 0 | 111 | 1001100 | 10101111 | 1001111 | 1101 |
Color Harmonies of #073C38
Complementary color
Monochromatic Colors of #073C38
Black with #073C38
Text Example
Text Example
White with #073C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C38; }
p { color: rgb(7,60,56); }
H1.HeaderClassName
{
color: #073C38;
}
.AnyTagClassName
{
color: #073C38;
}
</style>
background-color css
<style>
a { background-color: #073C38; }
a { background-color: rgb(7,60,56); }
div.DivClassName
{
background-color: #073C38;
}
.BgClassName
{
background-color: #073C38;
}
</style>
border-color css
<style>
span { border-color: #073C38; }
span { border-color: rgb(7,60,56); }
td.TdClassName
{
border-color: #073C38;
}
.TagClassName
{
border-color: #073C38;
}
</style>