#064C45

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

Shades of Cyprus #064C45

Tints of Cyprus #064C45

Color information

#064C45 (or 0x064C45) is unknown color: approx Cyprus. HEX triplet: 06, 4C and 45. RGB value is (6,76,69). Sum of RGB (Red+Green+Blue) = 6+76+69=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #064C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C45 is #F9B3BA. Grayscale: #363636. Windows color (decimal): -16364475 or 4541446. OLE color: 4541446.

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

Color convert

RGB67669-
CMYK0.9200.090.70
HSL174º85.37%16.08%-
HSV(B)174º92.11%29.8%-
XYZ3.735.646.52-
YUV54.27136.3193.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 69 (27.34% from 255) = 45.70%
R=3.97%
G=50.33%
B=45.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676690.9200.090.7017485.3716.08
Hex64C455C0946ae5510
Octal611410513401110625612520
Binary11010011001000101101110001001100011010101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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