Shades of Cyprus #04513F
Tints of Cyprus #04513F
RGB
CMYK
RGB Variations
Color information
#04513F (or 0x04513F) is known color: Cyprus. HEX triplet: 04, 51 and 3F. RGB value is (4,81,63). Sum of RGB (Red+Green+Blue) = 4+81+63=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #04513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04513F is #FBAEC0. Grayscale: #373737. Windows color (decimal): -16494273 or 4149508. OLE color: 4149508.
HSL color Cylindrical-coordinate representation of color #04513F: hue angle of 165.97º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04513F is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 81 | 63 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.68 |
| HSL | 165.97º | 0.91% | 0.17% | - |
| HSV(B) | 165.97º | 0.95% | 0.32% | - |
| XYZ | 3.89 | 6.27 | 5.71 | - |
| YUV | 55.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 63 | 0.95 | 0 | 0.22 | 0.68 | 165.97 | 0.91 | 0.17 |
| Hex | 4 | 51 | 3F | 5F | 0 | 16 | 44 | A6 | 5B | 11 |
| Octal | 4 | 121 | 77 | 137 | 0 | 26 | 104 | 246 | 133 | 21 |
| Binary | 100 | 1010001 | 111111 | 1011111 | 0 | 10110 | 1000100 | 10100110 | 1011011 | 10001 |
Color Harmonies of #04513F
Complementary color
Monochromatic Colors of #04513F
Black with #04513F
Text Example
Text Example
White with #04513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04513F; }
p { color: rgb(4,81,63); }
H1.HeaderClassName
{
color: #04513F;
}
.AnyTagClassName
{
color: #04513F;
}
</style>
background-color css
<style>
a { background-color: #04513F; }
a { background-color: rgb(4,81,63); }
div.DivClassName
{
background-color: #04513F;
}
.BgClassName
{
background-color: #04513F;
}
</style>
border-color css
<style>
span { border-color: #04513F; }
span { border-color: rgb(4,81,63); }
td.TdClassName
{
border-color: #04513F;
}
.TagClassName
{
border-color: #04513F;
}
</style>