Shades of Cyprus #004A40
Tints of Cyprus #004A40
RGB
CMYK
RGB Variations
Color information
#004A40 (or 0x004A40) is known color: Cyprus. HEX triplet: 00, 4A and 40. RGB value is (0,74,64). Sum of RGB (Red+Green+Blue) = 0+74+64=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #004A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A40 is #FFB5BF. Grayscale: #323232. Windows color (decimal): -16758208 or 4213248. OLE color: 4213248.
HSL color Cylindrical-coordinate representation of color #004A40: hue angle of 171.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A40 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 64 | - |
| CMYK | 1 | 0 | 0.14 | 0.71 |
| HSL | 171.89º | 1% | 0.15% | - |
| HSV(B) | 171.89º | 1% | 0.29% | - |
| XYZ | 3.37 | 5.27 | 5.69 | - |
| YUV | 50.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 64 | 1 | 0 | 0.14 | 0.71 | 171.89 | 1 | 0.15 |
| Hex | 0 | 4A | 40 | 64 | 0 | E | 47 | AC | 64 | F |
| Octal | 0 | 112 | 100 | 144 | 0 | 16 | 107 | 254 | 144 | 17 |
| Binary | 0 | 1001010 | 1000000 | 1100100 | 0 | 1110 | 1000111 | 10101100 | 1100100 | 1111 |
Color Harmonies of #004A40
Complementary color
Monochromatic Colors of #004A40
Black with #004A40
Text Example
Text Example
White with #004A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A40; }
p { color: rgb(0,74,64); }
H1.HeaderClassName
{
color: #004A40;
}
.AnyTagClassName
{
color: #004A40;
}
</style>
background-color css
<style>
a { background-color: #004A40; }
a { background-color: rgb(0,74,64); }
div.DivClassName
{
background-color: #004A40;
}
.BgClassName
{
background-color: #004A40;
}
</style>
border-color css
<style>
span { border-color: #004A40; }
span { border-color: rgb(0,74,64); }
td.TdClassName
{
border-color: #004A40;
}
.TagClassName
{
border-color: #004A40;
}
</style>