#064D41

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

Shades of Cyprus #064D41

Tints of Cyprus #064D41

Color information

#064D41 (or 0x064D41) is unknown color: approx Cyprus. HEX triplet: 06, 4D and 41. RGB value is (6,77,65). Sum of RGB (Red+Green+Blue) = 6+77+65=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #064D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D41 is #F9B2BE. Grayscale: #363636. Windows color (decimal): -16364223 or 4279558. OLE color: 4279558.

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

Color convert

RGB67765-
CMYK0.9200.160.70
HSL169.86º85.54%16.27%-
HSV(B)169.86º92.21%30.2%-
XYZ3.685.735.91-
YUV54.4133.9893.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 77 (30.47% from 255) = 52.03%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=4.05%
G=52.03%
B=43.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677650.9200.160.70169.8685.5416.27
Hex64D415C01046aa5610
Octal611510113402010625212620
Binary110100110110000011011100010000100011010101010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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