#064D49

Color #064D49 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #064D49

Tints of Cyprus #064D49

Color information

#064D49 (or 0x064D49) is unknown color: approx Cyprus. HEX triplet: 06, 4D and 49. RGB value is (6,77,73). Sum of RGB (Red+Green+Blue) = 6+77+73=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #064D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D49 is #F9B2B6. Grayscale: #373737. Windows color (decimal): -16364215 or 4803846. OLE color: 4803846.

HSL color Cylindrical-coordinate representation of color #064D49: hue angle of 176.62º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D49 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB67773-
CMYK0.9200.050.70
HSL176.62º85.54%16.27%-
HSV(B)176.62º92.21%30.2%-
XYZ3.935.837.22-
YUV55.32137.9892.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=3.85%
G=49.36%
B=46.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677730.9200.050.70176.6285.5416.27
Hex64D495C0546b15610
Octal61151111340510626112620
Binary1101001101100100110111000101100011010110001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064D49; }

 p { color: rgb(6,77,73); }

 H1.HeaderClassName
 {
   color: #064D49;
 }
 .AnyTagClassName
 {
   color: #064D49;
 }
</style>
background-color css

<style>
 a { background-color: #064D49; }

 a { background-color: rgb(6,77,73); }

 div.DivClassName
 {
   background-color: #064D49;
 }
 .BgClassName
 {
   background-color: #064D49;
 }
</style>
border-color css

<style>
 span { border-color: #064D49; }

 span { border-color: rgb(6,77,73); }

 td.TdClassName
 {
   border-color: #064D49;
 }
 .TagClassName
 {
   border-color: #064D49;
 }
</style>