#064C49

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

Shades of Cyprus #064C49

Tints of Cyprus #064C49

Color information

#064C49 (or 0x064C49) is unknown color: approx Cyprus. HEX triplet: 06, 4C and 49. RGB value is (6,76,73). Sum of RGB (Red+Green+Blue) = 6+76+73=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #064C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C49 is #F9B3B6. Grayscale: #363636. Windows color (decimal): -16364471 or 4803590. OLE color: 4803590.

HSL color Cylindrical-coordinate representation of color #064C49: hue angle of 177.43º degrees, saturation: 0.85, 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 #064C49 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB67673-
CMYK0.9200.040.70
HSL177.43º85.37%16.08%-
HSV(B)177.43º92.11%29.8%-
XYZ3.865.697.2-
YUV54.73138.3193.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 76 (30.08% from 255) = 49.03%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=3.87%
G=49.03%
B=47.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676730.9200.040.70177.4385.3716.08
Hex64C495C0446b15510
Octal61141111340410626112520
Binary1101001100100100110111000100100011010110001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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