Shades of Cyprus #005240
Tints of Cyprus #005240
RGB
CMYK
RGB Variations
Color information
#005240 (or 0x005240) is known color: Cyprus. HEX triplet: 00, 52 and 40. RGB value is (0,82,64). Sum of RGB (Red+Green+Blue) = 0+82+64=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #005240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005240 is #FFADBF. Grayscale: #373737. Windows color (decimal): -16756160 or 4215296. OLE color: 4215296.
HSL color Cylindrical-coordinate representation of color #005240: hue angle of 166.83º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005240 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 64 | - |
| CMYK | 1 | 0 | 0.22 | 0.68 |
| HSL | 166.83º | 1% | 0.16% | - |
| HSV(B) | 166.83º | 1% | 0.32% | - |
| XYZ | 3.94 | 6.4 | 5.88 | - |
| YUV | 55.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 64 | 1 | 0 | 0.22 | 0.68 | 166.83 | 1 | 0.16 |
| Hex | 0 | 52 | 40 | 64 | 0 | 16 | 44 | A7 | 64 | 10 |
| Octal | 0 | 122 | 100 | 144 | 0 | 26 | 104 | 247 | 144 | 20 |
| Binary | 0 | 1010010 | 1000000 | 1100100 | 0 | 10110 | 1000100 | 10100111 | 1100100 | 10000 |
Color Harmonies of #005240
Complementary color
Monochromatic Colors of #005240
Black with #005240
Text Example
Text Example
White with #005240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005240; }
p { color: rgb(0,82,64); }
H1.HeaderClassName
{
color: #005240;
}
.AnyTagClassName
{
color: #005240;
}
</style>
background-color css
<style>
a { background-color: #005240; }
a { background-color: rgb(0,82,64); }
div.DivClassName
{
background-color: #005240;
}
.BgClassName
{
background-color: #005240;
}
</style>
border-color css
<style>
span { border-color: #005240; }
span { border-color: rgb(0,82,64); }
td.TdClassName
{
border-color: #005240;
}
.TagClassName
{
border-color: #005240;
}
</style>