#065146

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

Shades of Cyprus #065146

Tints of Cyprus #065146

Color information

#065146 (or 0x065146) is unknown color: approx Cyprus. HEX triplet: 06, 51 and 46. RGB value is (6,81,70). Sum of RGB (Red+Green+Blue) = 6+81+70=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #065146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065146 is #F9AEB9. Grayscale: #393939. Windows color (decimal): -16363194 or 4608262. OLE color: 4608262.

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

Color convert

RGB68170-
CMYK0.9300.140.68
HSL171.2º86.21%17.06%-
HSV(B)171.2º92.59%31.76%-
XYZ4.126.376.81-
YUV57.32135.1591.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=3.82%
G=51.59%
B=44.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681700.9300.140.68171.286.2117.06
Hex651465D0E44ab5611
Octal612110613501610425312621
Binary11010100011000110101110101110100010010101011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065146; }

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

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

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

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

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

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

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

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