#064340

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

Shades of Cyprus #064340

Tints of Cyprus #064340

Color information

#064340 (or 0x064340) is unknown color: approx Cyprus. HEX triplet: 06, 43 and 40. RGB value is (6,67,64). Sum of RGB (Red+Green+Blue) = 6+67+64=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #064340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064340 is #F9BCBF. Grayscale: #303030. Windows color (decimal): -16366784 or 4211462. OLE color: 4211462.

HSL color Cylindrical-coordinate representation of color #064340: hue angle of 177.05º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064340 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB66764-
CMYK0.9100.040.74
HSL177.05º83.56%14.31%-
HSV(B)177.05º91.04%26.27%-
XYZ3.014.425.55-
YUV48.42136.7997.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=4.38%
G=48.91%
B=46.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667640.9100.040.74177.0583.5614.31
Hex643405B044Ab154e
Octal61031001330411226112416
Binary110100001110000001011011010010010101011000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064340; }

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

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

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

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

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

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

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

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