#064C41

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

Shades of Cyprus #064C41

Tints of Cyprus #064C41

Color information

#064C41 (or 0x064C41) is unknown color: approx Cyprus. HEX triplet: 06, 4C and 41. RGB value is (6,76,65). Sum of RGB (Red+Green+Blue) = 6+76+65=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #064C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C41 is #F9B3BE. Grayscale: #353535. Windows color (decimal): -16364479 or 4279302. OLE color: 4279302.

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

Color convert

RGB67665-
CMYK0.9200.140.70
HSL170.57º85.37%16.08%-
HSV(B)170.57º92.11%29.8%-
XYZ3.615.595.89-
YUV53.82134.3193.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 76 (30.08% from 255) = 51.70%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=4.08%
G=51.70%
B=44.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676650.9200.140.70170.5785.3716.08
Hex64C415C0E46ab5510
Octal611410113401610625312520
Binary11010011001000001101110001110100011010101011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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