#064544

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

Shades of Cyprus #064544

Tints of Cyprus #064544

Color information

#064544 (or 0x064544) is unknown color: approx Cyprus. HEX triplet: 06, 45 and 44. RGB value is (6,69,68). Sum of RGB (Red+Green+Blue) = 6+69+68=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #064544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064544 is #F9BABB. Grayscale: #313131. Windows color (decimal): -16366268 or 4474118. OLE color: 4474118.

HSL color Cylindrical-coordinate representation of color #064544: hue angle of 179.05º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064544 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB66968-
CMYK0.9100.010.73
HSL179.05º84%14.71%-
HSV(B)179.05º91.3%27.06%-
XYZ3.254.716.21-
YUV50.05138.1396.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=4.20%
G=48.25%
B=47.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669680.9100.010.73179.058414.71
Hex645445B0149b354f
Octal61051041330111126312417
Binary1101000101100010010110110110010011011001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064544; }

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

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

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

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

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

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

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

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