Shades of Cyprus #04413A
Tints of Cyprus #04413A
RGB
CMYK
RGB Variations
Color information
#04413A (or 0x04413A) is known color: Cyprus. HEX triplet: 04, 41 and 3A. RGB value is (4,65,58). Sum of RGB (Red+Green+Blue) = 4+65+58=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #04413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04413A is #FBBEC5. Grayscale: #2D2D2D. Windows color (decimal): -16498374 or 3817732. OLE color: 3817732.
HSL color Cylindrical-coordinate representation of color #04413A: hue angle of 173.11º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04413A is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 65 | 58 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.75 |
| HSL | 173.11º | 0.88% | 0.14% | - |
| HSV(B) | 173.11º | 0.94% | 0.25% | - |
| XYZ | 2.7 | 4.11 | 4.65 | - |
| YUV | 45.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 58 | 0.94 | 0 | 0.11 | 0.75 | 173.11 | 0.88 | 0.14 |
| Hex | 4 | 41 | 3A | 5E | 0 | B | 4B | AD | 58 | E |
| Octal | 4 | 101 | 72 | 136 | 0 | 13 | 113 | 255 | 130 | 16 |
| Binary | 100 | 1000001 | 111010 | 1011110 | 0 | 1011 | 1001011 | 10101101 | 1011000 | 1110 |
Color Harmonies of #04413A
Complementary color
Monochromatic Colors of #04413A
Black with #04413A
Text Example
Text Example
White with #04413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04413A; }
p { color: rgb(4,65,58); }
H1.HeaderClassName
{
color: #04413A;
}
.AnyTagClassName
{
color: #04413A;
}
</style>
background-color css
<style>
a { background-color: #04413A; }
a { background-color: rgb(4,65,58); }
div.DivClassName
{
background-color: #04413A;
}
.BgClassName
{
background-color: #04413A;
}
</style>
border-color css
<style>
span { border-color: #04413A; }
span { border-color: rgb(4,65,58); }
td.TdClassName
{
border-color: #04413A;
}
.TagClassName
{
border-color: #04413A;
}
</style>