Shades of Cyprus #043D3E
Tints of Cyprus #043D3E
RGB
CMYK
RGB Variations
Color information
#043D3E (or 0x043D3E) is known color: Cyprus. HEX triplet: 04, 3D and 3E. RGB value is (4,61,62). Sum of RGB (Red+Green+Blue) = 4+61+62=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #043D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D3E is #FBC2C1. Grayscale: #2C2C2C. Windows color (decimal): -16499394 or 4078852. OLE color: 4078852.
HSL color Cylindrical-coordinate representation of color #043D3E: hue angle of 181.03º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043D3E is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 61 | 62 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.76 |
| HSL | 181.03º | 0.88% | 0.13% | - |
| HSV(B) | 181.03º | 0.94% | 0.24% | - |
| XYZ | 2.59 | 3.71 | 5.14 | - |
| YUV | 44.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 62 | 0.94 | 0.02 | 0 | 0.76 | 181.03 | 0.88 | 0.13 |
| Hex | 4 | 3D | 3E | 5E | 2 | 0 | 4C | B5 | 58 | D |
| Octal | 4 | 75 | 76 | 136 | 2 | 0 | 114 | 265 | 130 | 15 |
| Binary | 100 | 111101 | 111110 | 1011110 | 10 | 0 | 1001100 | 10110101 | 1011000 | 1101 |
Color Harmonies of #043D3E
Complementary color
Monochromatic Colors of #043D3E
Black with #043D3E
Text Example
Text Example
White with #043D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D3E; }
p { color: rgb(4,61,62); }
H1.HeaderClassName
{
color: #043D3E;
}
.AnyTagClassName
{
color: #043D3E;
}
</style>
background-color css
<style>
a { background-color: #043D3E; }
a { background-color: rgb(4,61,62); }
div.DivClassName
{
background-color: #043D3E;
}
.BgClassName
{
background-color: #043D3E;
}
</style>
border-color css
<style>
span { border-color: #043D3E; }
span { border-color: rgb(4,61,62); }
td.TdClassName
{
border-color: #043D3E;
}
.TagClassName
{
border-color: #043D3E;
}
</style>