Shades of Cyprus #00493C
Tints of Cyprus #00493C
RGB
CMYK
RGB Variations
Color information
#00493C (or 0x00493C) is known color: Cyprus. HEX triplet: 00, 49 and 3C. RGB value is (0,73,60). Sum of RGB (Red+Green+Blue) = 0+73+60=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #00493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00493C is #FFB6C3. Grayscale: #313131. Windows color (decimal): -16758468 or 3950848. OLE color: 3950848.
HSL color Cylindrical-coordinate representation of color #00493C: hue angle of 169.32º 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 #00493C is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 73 | 60 | - |
| CMYK | 1 | 0 | 0.18 | 0.71 |
| HSL | 169.32º | 1% | 0.14% | - |
| HSV(B) | 169.32º | 1% | 0.29% | - |
| XYZ | 3.2 | 5.09 | 5.09 | - |
| YUV | 49.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 60 | 1 | 0 | 0.18 | 0.71 | 169.32 | 1 | 0.14 |
| Hex | 0 | 49 | 3C | 64 | 0 | 12 | 47 | A9 | 64 | E |
| Octal | 0 | 111 | 74 | 144 | 0 | 22 | 107 | 251 | 144 | 16 |
| Binary | 0 | 1001001 | 111100 | 1100100 | 0 | 10010 | 1000111 | 10101001 | 1100100 | 1110 |
Color Harmonies of #00493C
Complementary color
Monochromatic Colors of #00493C
Black with #00493C
Text Example
Text Example
White with #00493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00493C; }
p { color: rgb(0,73,60); }
H1.HeaderClassName
{
color: #00493C;
}
.AnyTagClassName
{
color: #00493C;
}
</style>
background-color css
<style>
a { background-color: #00493C; }
a { background-color: rgb(0,73,60); }
div.DivClassName
{
background-color: #00493C;
}
.BgClassName
{
background-color: #00493C;
}
</style>
border-color css
<style>
span { border-color: #00493C; }
span { border-color: rgb(0,73,60); }
td.TdClassName
{
border-color: #00493C;
}
.TagClassName
{
border-color: #00493C;
}
</style>