Shades of Cyprus #00493D
Tints of Cyprus #00493D
RGB
CMYK
RGB Variations
Color information
#00493D (or 0x00493D) is known color: Cyprus. HEX triplet: 00, 49 and 3D. RGB value is (0,73,61). Sum of RGB (Red+Green+Blue) = 0+73+61=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #00493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00493D is #FFB6C2. Grayscale: #313131. Windows color (decimal): -16758467 or 4016384. OLE color: 4016384.
HSL color Cylindrical-coordinate representation of color #00493D: hue angle of 170.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00493D is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 61 | - |
| CMYK | 1 | 0 | 0.16 | 0.71 |
| HSL | 170.14º | 1% | 0.14% | - |
| HSV(B) | 170.14º | 1% | 0.29% | - |
| XYZ | 3.22 | 5.1 | 5.23 | - |
| YUV | 49.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 61 | 1 | 0 | 0.16 | 0.71 | 170.14 | 1 | 0.14 |
| Hex | 0 | 49 | 3D | 64 | 0 | 10 | 47 | AA | 64 | E |
| Octal | 0 | 111 | 75 | 144 | 0 | 20 | 107 | 252 | 144 | 16 |
| Binary | 0 | 1001001 | 111101 | 1100100 | 0 | 10000 | 1000111 | 10101010 | 1100100 | 1110 |
Color Harmonies of #00493D
Complementary color
Monochromatic Colors of #00493D
Black with #00493D
Text Example
Text Example
White with #00493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00493D; }
p { color: rgb(0,73,61); }
H1.HeaderClassName
{
color: #00493D;
}
.AnyTagClassName
{
color: #00493D;
}
</style>
background-color css
<style>
a { background-color: #00493D; }
a { background-color: rgb(0,73,61); }
div.DivClassName
{
background-color: #00493D;
}
.BgClassName
{
background-color: #00493D;
}
</style>
border-color css
<style>
span { border-color: #00493D; }
span { border-color: rgb(0,73,61); }
td.TdClassName
{
border-color: #00493D;
}
.TagClassName
{
border-color: #00493D;
}
</style>