Shades of Cyprus #004E3F
Tints of Cyprus #004E3F
RGB
CMYK
RGB Variations
Color information
#004E3F (or 0x004E3F) is known color: Cyprus. HEX triplet: 00, 4E and 3F. RGB value is (0,78,63). Sum of RGB (Red+Green+Blue) = 0+78+63=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #004E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E3F is #FFB1C0. Grayscale: #343434. Windows color (decimal): -16757185 or 4148736. OLE color: 4148736.
HSL color Cylindrical-coordinate representation of color #004E3F: hue angle of 168.46º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E3F is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 78 | 63 | - |
| CMYK | 1 | 0 | 0.19 | 0.69 |
| HSL | 168.46º | 1% | 0.15% | - |
| HSV(B) | 168.46º | 1% | 0.31% | - |
| XYZ | 3.62 | 5.81 | 5.63 | - |
| YUV | 52.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 78 | 63 | 1 | 0 | 0.19 | 0.69 | 168.46 | 1 | 0.15 |
| Hex | 0 | 4E | 3F | 64 | 0 | 13 | 45 | A8 | 64 | F |
| Octal | 0 | 116 | 77 | 144 | 0 | 23 | 105 | 250 | 144 | 17 |
| Binary | 0 | 1001110 | 111111 | 1100100 | 0 | 10011 | 1000101 | 10101000 | 1100100 | 1111 |
Color Harmonies of #004E3F
Complementary color
Monochromatic Colors of #004E3F
Black with #004E3F
Text Example
Text Example
White with #004E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004E3F; }
p { color: rgb(0,78,63); }
H1.HeaderClassName
{
color: #004E3F;
}
.AnyTagClassName
{
color: #004E3F;
}
</style>
background-color css
<style>
a { background-color: #004E3F; }
a { background-color: rgb(0,78,63); }
div.DivClassName
{
background-color: #004E3F;
}
.BgClassName
{
background-color: #004E3F;
}
</style>
border-color css
<style>
span { border-color: #004E3F; }
span { border-color: rgb(0,78,63); }
td.TdClassName
{
border-color: #004E3F;
}
.TagClassName
{
border-color: #004E3F;
}
</style>