#065543

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

Shades of Cyprus #065543

Tints of Cyprus #065543

Color information

#065543 (or 0x065543) is unknown color: approx Cyprus. HEX triplet: 06, 55 and 43. RGB value is (6,85,67). Sum of RGB (Red+Green+Blue) = 6+85+67=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #065543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065543 is #F9AABC. Grayscale: #3B3B3B. Windows color (decimal): -16362173 or 4412678. OLE color: 4412678.

HSL color Cylindrical-coordinate representation of color #065543: hue angle of 166.33º 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 #065543 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB68567-
CMYK0.9300.210.67
HSL166.33º86.81%17.84%-
HSV(B)166.33º92.94%33.33%-
XYZ4.346.946.42-
YUV59.33132.3389.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=3.80%
G=53.80%
B=42.41%

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
Decimal685670.9300.210.67166.3386.8117.84
Hex655435D01543a65712
Octal612510313502510324612722
Binary110101010110000111011101010101100001110100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065543; }

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

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

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

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

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

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

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

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