Shades of Cyprus #07483D
Tints of Cyprus #07483D
RGB
CMYK
RGB Variations
Color information
#07483D (or 0x07483D) is known color: Cyprus. HEX triplet: 07, 48 and 3D. RGB value is (7,72,61). Sum of RGB (Red+Green+Blue) = 7+72+61=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #07483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07483D is #F8B7C2. Grayscale: #333333. Windows color (decimal): -16299971 or 4016135. OLE color: 4016135.
HSL color Cylindrical-coordinate representation of color #07483D: hue angle of 169.85º 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 #07483D is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 61 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.72 |
| HSL | 169.85º | 0.82% | 0.15% | - |
| HSV(B) | 169.85º | 0.9% | 0.28% | - |
| XYZ | 3.25 | 5.02 | 5.21 | - |
| YUV | 51.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 61 | 0.90 | 0 | 0.15 | 0.72 | 169.85 | 0.82 | 0.15 |
| Hex | 7 | 48 | 3D | 5A | 0 | F | 48 | AA | 52 | F |
| Octal | 7 | 110 | 75 | 132 | 0 | 17 | 110 | 252 | 122 | 17 |
| Binary | 111 | 1001000 | 111101 | 1011010 | 0 | 1111 | 1001000 | 10101010 | 1010010 | 1111 |
Color Harmonies of #07483D
Complementary color
Monochromatic Colors of #07483D
Black with #07483D
Text Example
Text Example
White with #07483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07483D; }
p { color: rgb(7,72,61); }
H1.HeaderClassName
{
color: #07483D;
}
.AnyTagClassName
{
color: #07483D;
}
</style>
background-color css
<style>
a { background-color: #07483D; }
a { background-color: rgb(7,72,61); }
div.DivClassName
{
background-color: #07483D;
}
.BgClassName
{
background-color: #07483D;
}
</style>
border-color css
<style>
span { border-color: #07483D; }
span { border-color: rgb(7,72,61); }
td.TdClassName
{
border-color: #07483D;
}
.TagClassName
{
border-color: #07483D;
}
</style>