#065442

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

Shades of Cyprus #065442

Tints of Cyprus #065442

Color information

#065442 (or 0x065442) is unknown color: approx Cyprus. HEX triplet: 06, 54 and 42. RGB value is (6,84,66). Sum of RGB (Red+Green+Blue) = 6+84+66=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #065442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065442 is #F9ABBD. Grayscale: #3A3A3A. Windows color (decimal): -16362430 or 4346886. OLE color: 4346886.

HSL color Cylindrical-coordinate representation of color #065442: hue angle of 166.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065442 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB68466-
CMYK0.9300.210.67
HSL166.15º86.67%17.65%-
HSV(B)166.15º92.86%32.94%-
XYZ4.236.776.24-
YUV58.63132.1690.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=3.85%
G=53.85%
B=42.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684660.9300.210.67166.1586.6717.65
Hex654425D01543a65712
Octal612410213502510324612722
Binary110101010010000101011101010101100001110100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065442; }

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

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

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

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

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

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

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

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