Shades of Cyprus #034F3E
Tints of Cyprus #034F3E
RGB
CMYK
RGB Variations
Color information
#034F3E (or 0x034F3E) is known color: Cyprus. HEX triplet: 03, 4F and 3E. RGB value is (3,79,62). Sum of RGB (Red+Green+Blue) = 3+79+62=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #034F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F3E is #FCB0C1. Grayscale: #363636. Windows color (decimal): -16560322 or 4083459. OLE color: 4083459.
HSL color Cylindrical-coordinate representation of color #034F3E: hue angle of 166.58º 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 #034F3E is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 79 | 62 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.69 |
| HSL | 166.58º | 0.93% | 0.16% | - |
| HSV(B) | 166.58º | 0.96% | 0.31% | - |
| XYZ | 3.7 | 5.96 | 5.51 | - |
| YUV | 54.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 62 | 0.96 | 0 | 0.22 | 0.69 | 166.58 | 0.93 | 0.16 |
| Hex | 3 | 4F | 3E | 60 | 0 | 16 | 45 | A7 | 5D | 10 |
| Octal | 3 | 117 | 76 | 140 | 0 | 26 | 105 | 247 | 135 | 20 |
| Binary | 11 | 1001111 | 111110 | 1100000 | 0 | 10110 | 1000101 | 10100111 | 1011101 | 10000 |
Color Harmonies of #034F3E
Complementary color
Monochromatic Colors of #034F3E
Black with #034F3E
Text Example
Text Example
White with #034F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034F3E; }
p { color: rgb(3,79,62); }
H1.HeaderClassName
{
color: #034F3E;
}
.AnyTagClassName
{
color: #034F3E;
}
</style>
background-color css
<style>
a { background-color: #034F3E; }
a { background-color: rgb(3,79,62); }
div.DivClassName
{
background-color: #034F3E;
}
.BgClassName
{
background-color: #034F3E;
}
</style>
border-color css
<style>
span { border-color: #034F3E; }
span { border-color: rgb(3,79,62); }
td.TdClassName
{
border-color: #034F3E;
}
.TagClassName
{
border-color: #034F3E;
}
</style>