#065042

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

Shades of Cyprus #065042

Tints of Cyprus #065042

Color information

#065042 (or 0x065042) is unknown color: approx Cyprus. HEX triplet: 06, 50 and 42. RGB value is (6,80,66). Sum of RGB (Red+Green+Blue) = 6+80+66=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #065042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065042 is #F9AFBD. Grayscale: #383838. Windows color (decimal): -16363454 or 4345862. OLE color: 4345862.

HSL color Cylindrical-coordinate representation of color #065042: hue angle of 168.65º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065042 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB68066-
CMYK0.9200.170.69
HSL168.65º86.05%16.86%-
HSV(B)168.65º92.5%31.37%-
XYZ3.936.176.14-
YUV56.28133.4892.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=3.95%
G=52.63%
B=43.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680660.9200.170.69168.6586.0516.86
Hex650425C01145a95611
Octal612010213402110525112621
Binary110101000010000101011100010001100010110101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065042; }

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

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

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

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

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

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

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

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