Shades of Cyprus #034F40
Tints of Cyprus #034F40
RGB
CMYK
RGB Variations
Color information
#034F40 (or 0x034F40) is known color: Cyprus. HEX triplet: 03, 4F and 40. RGB value is (3,79,64). Sum of RGB (Red+Green+Blue) = 3+79+64=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #034F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F40 is #FCB0BF. Grayscale: #363636. Windows color (decimal): -16560320 or 4214531. OLE color: 4214531.
HSL color Cylindrical-coordinate representation of color #034F40: hue angle of 168.16º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F40 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 79 | 64 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.69 |
| HSL | 168.16º | 0.93% | 0.16% | - |
| HSV(B) | 168.16º | 0.96% | 0.31% | - |
| XYZ | 3.76 | 5.98 | 5.81 | - |
| YUV | 54.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 64 | 0.96 | 0 | 0.19 | 0.69 | 168.16 | 0.93 | 0.16 |
| Hex | 3 | 4F | 40 | 60 | 0 | 13 | 45 | A8 | 5D | 10 |
| Octal | 3 | 117 | 100 | 140 | 0 | 23 | 105 | 250 | 135 | 20 |
| Binary | 11 | 1001111 | 1000000 | 1100000 | 0 | 10011 | 1000101 | 10101000 | 1011101 | 10000 |
Color Harmonies of #034F40
Complementary color
Monochromatic Colors of #034F40
Black with #034F40
Text Example
Text Example
White with #034F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034F40; }
p { color: rgb(3,79,64); }
H1.HeaderClassName
{
color: #034F40;
}
.AnyTagClassName
{
color: #034F40;
}
</style>
background-color css
<style>
a { background-color: #034F40; }
a { background-color: rgb(3,79,64); }
div.DivClassName
{
background-color: #034F40;
}
.BgClassName
{
background-color: #034F40;
}
</style>
border-color css
<style>
span { border-color: #034F40; }
span { border-color: rgb(3,79,64); }
td.TdClassName
{
border-color: #034F40;
}
.TagClassName
{
border-color: #034F40;
}
</style>