#064540

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

Shades of Cyprus #064540

Tints of Cyprus #064540

Color information

#064540 (or 0x064540) is unknown color: approx Cyprus. HEX triplet: 06, 45 and 40. RGB value is (6,69,64). Sum of RGB (Red+Green+Blue) = 6+69+64=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #064540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064540 is #F9BABF. Grayscale: #313131. Windows color (decimal): -16366272 or 4211974. OLE color: 4211974.

HSL color Cylindrical-coordinate representation of color #064540: hue angle of 175.24º 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 #064540 is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB66964-
CMYK0.9100.070.73
HSL175.24º84%14.71%-
HSV(B)175.24º91.3%27.06%-
XYZ3.134.675.59-
YUV49.59136.1396.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 69 (27.34% from 255) = 49.64%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=4.32%
G=49.64%
B=46.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669640.9100.070.73175.248414.71
Hex645405B0749af54f
Octal61051001330711125712417
Binary110100010110000001011011011110010011010111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064540; }

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

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

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

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

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

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

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

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