Shades of Cyprus #043C35
Tints of Cyprus #043C35
RGB
CMYK
RGB Variations
Color information
#043C35 (or 0x043C35) is known color: Cyprus. HEX triplet: 04, 3C and 35. RGB value is (4,60,53). Sum of RGB (Red+Green+Blue) = 4+60+53=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #043C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043C35 is #FBC3CA. Grayscale: #2A2A2A. Windows color (decimal): -16499659 or 3488772. OLE color: 3488772.
HSL color Cylindrical-coordinate representation of color #043C35: hue angle of 172.5º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043C35 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 60 | 53 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.76 |
| HSL | 172.5º | 0.88% | 0.13% | - |
| HSV(B) | 172.5º | 0.93% | 0.24% | - |
| XYZ | 2.31 | 3.51 | 3.92 | - |
| YUV | 42.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 53 | 0.93 | 0 | 0.12 | 0.76 | 172.5 | 0.88 | 0.13 |
| Hex | 4 | 3C | 35 | 5D | 0 | C | 4C | AC | 58 | D |
| Octal | 4 | 74 | 65 | 135 | 0 | 14 | 114 | 254 | 130 | 15 |
| Binary | 100 | 111100 | 110101 | 1011101 | 0 | 1100 | 1001100 | 10101100 | 1011000 | 1101 |
Color Harmonies of #043C35
Complementary color
Monochromatic Colors of #043C35
Black with #043C35
Text Example
Text Example
White with #043C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C35; }
p { color: rgb(4,60,53); }
H1.HeaderClassName
{
color: #043C35;
}
.AnyTagClassName
{
color: #043C35;
}
</style>
background-color css
<style>
a { background-color: #043C35; }
a { background-color: rgb(4,60,53); }
div.DivClassName
{
background-color: #043C35;
}
.BgClassName
{
background-color: #043C35;
}
</style>
border-color css
<style>
span { border-color: #043C35; }
span { border-color: rgb(4,60,53); }
td.TdClassName
{
border-color: #043C35;
}
.TagClassName
{
border-color: #043C35;
}
</style>