Shades of Cyprus #004D3B
Tints of Cyprus #004D3B
RGB
CMYK
RGB Variations
Color information
#004D3B (or 0x004D3B) is known color: Cyprus. HEX triplet: 00, 4D and 3B. RGB value is (0,77,59). Sum of RGB (Red+Green+Blue) = 0+77+59=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #004D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004D3B is #FFB2C4. Grayscale: #333333. Windows color (decimal): -16757445 or 3886336. OLE color: 3886336.
HSL color Cylindrical-coordinate representation of color #004D3B: hue angle of 165.97º 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 #004D3B is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 77 | 59 | - |
| CMYK | 1 | 0 | 0.23 | 0.70 |
| HSL | 165.97º | 1% | 0.15% | - |
| HSV(B) | 165.97º | 1% | 0.3% | - |
| XYZ | 3.44 | 5.62 | 5.04 | - |
| YUV | 51.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 77 | 59 | 1 | 0 | 0.23 | 0.70 | 165.97 | 1 | 0.15 |
| Hex | 0 | 4D | 3B | 64 | 0 | 17 | 46 | A6 | 64 | F |
| Octal | 0 | 115 | 73 | 144 | 0 | 27 | 106 | 246 | 144 | 17 |
| Binary | 0 | 1001101 | 111011 | 1100100 | 0 | 10111 | 1000110 | 10100110 | 1100100 | 1111 |
Color Harmonies of #004D3B
Complementary color
Monochromatic Colors of #004D3B
Black with #004D3B
Text Example
Text Example
White with #004D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004D3B; }
p { color: rgb(0,77,59); }
H1.HeaderClassName
{
color: #004D3B;
}
.AnyTagClassName
{
color: #004D3B;
}
</style>
background-color css
<style>
a { background-color: #004D3B; }
a { background-color: rgb(0,77,59); }
div.DivClassName
{
background-color: #004D3B;
}
.BgClassName
{
background-color: #004D3B;
}
</style>
border-color css
<style>
span { border-color: #004D3B; }
span { border-color: rgb(0,77,59); }
td.TdClassName
{
border-color: #004D3B;
}
.TagClassName
{
border-color: #004D3B;
}
</style>