#064944

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

Shades of Cyprus #064944

Tints of Cyprus #064944

Color information

#064944 (or 0x064944) is unknown color: approx Cyprus. HEX triplet: 06, 49 and 44. RGB value is (6,73,68). Sum of RGB (Red+Green+Blue) = 6+73+68=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #064944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064944 is #F9B6BB. Grayscale: #343434. Windows color (decimal): -16365244 or 4475142. OLE color: 4475142.

HSL color Cylindrical-coordinate representation of color #064944: hue angle of 175.52º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064944 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB67368-
CMYK0.9200.070.71
HSL175.52º84.81%15.49%-
HSV(B)175.52º91.78%28.63%-
XYZ3.55.226.29-
YUV52.4136.894.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=4.08%
G=49.66%
B=46.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal673680.9200.070.71175.5284.8115.49
Hex649445C0747b055f
Octal61111041340710726012517
Binary110100100110001001011100011110001111011000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064944; }

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

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

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

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

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

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

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

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