#064642

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

Shades of Cyprus #064642

Tints of Cyprus #064642

Color information

#064642 (or 0x064642) is unknown color: approx Cyprus. HEX triplet: 06, 46 and 42. RGB value is (6,70,66). Sum of RGB (Red+Green+Blue) = 6+70+66=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #064642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064642 is #F9B9BD. Grayscale: #323232. Windows color (decimal): -16366014 or 4343302. OLE color: 4343302.

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

Color convert

RGB67066-
CMYK0.9100.060.73
HSL176.25º84.21%14.9%-
HSV(B)176.25º91.43%27.45%-
XYZ3.254.815.91-
YUV50.41136.896.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=4.23%
G=49.30%
B=46.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal670660.9100.060.73176.2584.2114.9
Hex646425B0649b054f
Octal61061021330611126012417
Binary110100011010000101011011011010010011011000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064642; }

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

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

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

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

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

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

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

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