Shades of Cyprus #043A3A
Tints of Cyprus #043A3A
RGB
CMYK
RGB Variations
Color information
#043A3A (or 0x043A3A) is known color: Cyprus. HEX triplet: 04, 3A and 3A. RGB value is (4,58,58). Sum of RGB (Red+Green+Blue) = 4+58+58=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #043A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A3A is #FBC5C5. Grayscale: #292929. Windows color (decimal): -16500166 or 3815940. OLE color: 3815940.
HSL color Cylindrical-coordinate representation of color #043A3A: hue angle of 180º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A3A is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 58 | 58 | - |
| CMYK | 0.93 | 0 | 0 | 0.77 |
| HSL | 180º | 0.87% | 0.12% | - |
| HSV(B) | 180º | 0.93% | 0.23% | - |
| XYZ | 2.33 | 3.36 | 4.53 | - |
| YUV | 41.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 58 | 0.93 | 0 | 0 | 0.77 | 180 | 0.87 | 0.12 |
| Hex | 4 | 3A | 3A | 5D | 0 | 0 | 4D | B4 | 57 | C |
| Octal | 4 | 72 | 72 | 135 | 0 | 0 | 115 | 264 | 127 | 14 |
| Binary | 100 | 111010 | 111010 | 1011101 | 0 | 0 | 1001101 | 10110100 | 1010111 | 1100 |
Color Harmonies of #043A3A
Complementary color
Monochromatic Colors of #043A3A
Black with #043A3A
Text Example
Text Example
White with #043A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A3A; }
p { color: rgb(4,58,58); }
H1.HeaderClassName
{
color: #043A3A;
}
.AnyTagClassName
{
color: #043A3A;
}
</style>
background-color css
<style>
a { background-color: #043A3A; }
a { background-color: rgb(4,58,58); }
div.DivClassName
{
background-color: #043A3A;
}
.BgClassName
{
background-color: #043A3A;
}
</style>
border-color css
<style>
span { border-color: #043A3A; }
span { border-color: rgb(4,58,58); }
td.TdClassName
{
border-color: #043A3A;
}
.TagClassName
{
border-color: #043A3A;
}
</style>