#064342

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

Shades of Cyprus #064342

Tints of Cyprus #064342

Color information

#064342 (or 0x064342) is unknown color: approx Cyprus. HEX triplet: 06, 43 and 42. RGB value is (6,67,66). Sum of RGB (Red+Green+Blue) = 6+67+66=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #064342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064342 is #F9BCBD. Grayscale: #303030. Windows color (decimal): -16366782 or 4342534. OLE color: 4342534.

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

Color convert

RGB66766-
CMYK0.9100.010.74
HSL179.02º83.56%14.31%-
HSV(B)179.02º91.04%26.27%-
XYZ3.074.455.85-
YUV48.65137.7997.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 66 (26.17% from 255) = 47.48%
R=4.32%
G=48.20%
B=47.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667660.9100.010.74179.0283.5614.31
Hex643425B014Ab354e
Octal61031021330111226312416
Binary1101000011100001010110110110010101011001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064342; }

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

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

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

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

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

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

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

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