Shades of Cyprus #064B3E
Tints of Cyprus #064B3E
RGB
CMYK
RGB Variations
Color information
#064B3E (or 0x064B3E) is known color: Cyprus. HEX triplet: 06, 4B and 3E. RGB value is (6,75,62). Sum of RGB (Red+Green+Blue) = 6+75+62=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #064B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B3E is #F9B4C1. Grayscale: #343434. Windows color (decimal): -16364738 or 4082438. OLE color: 4082438.
HSL color Cylindrical-coordinate representation of color #064B3E: hue angle of 168.7º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B3E is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 62 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.71 |
| HSL | 168.7º | 0.85% | 0.16% | - |
| HSV(B) | 168.7º | 0.92% | 0.29% | - |
| XYZ | 3.46 | 5.42 | 5.42 | - |
| YUV | 52.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 62 | 0.92 | 0 | 0.17 | 0.71 | 168.7 | 0.85 | 0.16 |
| Hex | 6 | 4B | 3E | 5C | 0 | 11 | 47 | A9 | 55 | 10 |
| Octal | 6 | 113 | 76 | 134 | 0 | 21 | 107 | 251 | 125 | 20 |
| Binary | 110 | 1001011 | 111110 | 1011100 | 0 | 10001 | 1000111 | 10101001 | 1010101 | 10000 |
Color Harmonies of #064B3E
Complementary color
Monochromatic Colors of #064B3E
Black with #064B3E
Text Example
Text Example
White with #064B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B3E; }
p { color: rgb(6,75,62); }
H1.HeaderClassName
{
color: #064B3E;
}
.AnyTagClassName
{
color: #064B3E;
}
</style>
background-color css
<style>
a { background-color: #064B3E; }
a { background-color: rgb(6,75,62); }
div.DivClassName
{
background-color: #064B3E;
}
.BgClassName
{
background-color: #064B3E;
}
</style>
border-color css
<style>
span { border-color: #064B3E; }
span { border-color: rgb(6,75,62); }
td.TdClassName
{
border-color: #064B3E;
}
.TagClassName
{
border-color: #064B3E;
}
</style>