Shades of Cyprus #07483E
Tints of Cyprus #07483E
RGB
CMYK
RGB Variations
Color information
#07483E (or 0x07483E) is known color: Cyprus. HEX triplet: 07, 48 and 3E. RGB value is (7,72,62). Sum of RGB (Red+Green+Blue) = 7+72+62=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #07483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07483E is #F8B7C1. Grayscale: #333333. Windows color (decimal): -16299970 or 4081671. OLE color: 4081671.
HSL color Cylindrical-coordinate representation of color #07483E: hue angle of 170.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07483E is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 62 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.72 |
| HSL | 170.77º | 0.82% | 0.15% | - |
| HSV(B) | 170.77º | 0.9% | 0.28% | - |
| XYZ | 3.27 | 5.03 | 5.36 | - |
| YUV | 51.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 62 | 0.90 | 0 | 0.14 | 0.72 | 170.77 | 0.82 | 0.15 |
| Hex | 7 | 48 | 3E | 5A | 0 | E | 48 | AB | 52 | F |
| Octal | 7 | 110 | 76 | 132 | 0 | 16 | 110 | 253 | 122 | 17 |
| Binary | 111 | 1001000 | 111110 | 1011010 | 0 | 1110 | 1001000 | 10101011 | 1010010 | 1111 |
Color Harmonies of #07483E
Complementary color
Monochromatic Colors of #07483E
Black with #07483E
Text Example
Text Example
White with #07483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07483E; }
p { color: rgb(7,72,62); }
H1.HeaderClassName
{
color: #07483E;
}
.AnyTagClassName
{
color: #07483E;
}
</style>
background-color css
<style>
a { background-color: #07483E; }
a { background-color: rgb(7,72,62); }
div.DivClassName
{
background-color: #07483E;
}
.BgClassName
{
background-color: #07483E;
}
</style>
border-color css
<style>
span { border-color: #07483E; }
span { border-color: rgb(7,72,62); }
td.TdClassName
{
border-color: #07483E;
}
.TagClassName
{
border-color: #07483E;
}
</style>