Shades of Cyprus #004D43
Tints of Cyprus #004D43
RGB
CMYK
RGB Variations
Color information
#004D43 (or 0x004D43) is known color: Cyprus. HEX triplet: 00, 4D and 43. RGB value is (0,77,67). Sum of RGB (Red+Green+Blue) = 0+77+67=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #004D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004D43 is #FFB2BC. Grayscale: #343434. Windows color (decimal): -16757437 or 4410624. OLE color: 4410624.
HSL color Cylindrical-coordinate representation of color #004D43: hue angle of 172.21º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D43 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 77 | 67 | - |
| CMYK | 1 | 0 | 0.13 | 0.70 |
| HSL | 172.21º | 1% | 0.15% | - |
| HSV(B) | 172.21º | 1% | 0.3% | - |
| XYZ | 3.67 | 5.71 | 6.22 | - |
| YUV | 52.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 67 | 1 | 0 | 0.13 | 0.70 | 172.21 | 1 | 0.15 |
| Hex | 0 | 4D | 43 | 64 | 0 | D | 46 | AC | 64 | F |
| Octal | 0 | 115 | 103 | 144 | 0 | 15 | 106 | 254 | 144 | 17 |
| Binary | 0 | 1001101 | 1000011 | 1100100 | 0 | 1101 | 1000110 | 10101100 | 1100100 | 1111 |
Color Harmonies of #004D43
Complementary color
Monochromatic Colors of #004D43
Black with #004D43
Text Example
Text Example
White with #004D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D43; }
p { color: rgb(0,77,67); }
H1.HeaderClassName
{
color: #004D43;
}
.AnyTagClassName
{
color: #004D43;
}
</style>
background-color css
<style>
a { background-color: #004D43; }
a { background-color: rgb(0,77,67); }
div.DivClassName
{
background-color: #004D43;
}
.BgClassName
{
background-color: #004D43;
}
</style>
border-color css
<style>
span { border-color: #004D43; }
span { border-color: rgb(0,77,67); }
td.TdClassName
{
border-color: #004D43;
}
.TagClassName
{
border-color: #004D43;
}
</style>